AsmResolver.Net.Signatures.CustomAttributeSignature.CustomAttributeSignature C# (CSharp) Méthode

CustomAttributeSignature() public méthode

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