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

CustomAttributeArgument() private method

private CustomAttributeArgument ( ) : System
return System
        private CustomAttributeArgument()
        {
            Elements = new List<ElementSignature>();
        }

Same methods

CustomAttributeArgument::CustomAttributeArgument ( TypeSignature argumentType ) : System
CustomAttributeArgument::CustomAttributeArgument ( TypeSignature argumentType, ElementSignature value ) : System