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

SecurityAttributeSignature() public method

public SecurityAttributeSignature ( ) : System.Collections.Generic
return System.Collections.Generic
        public SecurityAttributeSignature()
        {
            NamedArguments = new List<CustomAttributeNamedArgument>();
        }