AsmResolver.Net.Signatures.SecurityAttributeSignature.SecurityAttributeSignature C# (CSharp) Метод

SecurityAttributeSignature() публичный Метод

public SecurityAttributeSignature ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public SecurityAttributeSignature()
        {
            NamedArguments = new List<CustomAttributeNamedArgument>();
        }