AsmResolver.Net.Signatures.CustomAttributeSignature.CustomAttributeSignature C# (CSharp) Method

CustomAttributeSignature() public method

public CustomAttributeSignature ( ) : System
return System
        public CustomAttributeSignature()
        {
            FixedArguments = new List<CustomAttributeArgument>();
            NamedArguments = new List<CustomAttributeNamedArgument>();
        }