System.CodeDom.CodeAttributeArgumentCollection.CodeAttributeArgumentCollection C# (CSharp) Method

CodeAttributeArgumentCollection() public method

public CodeAttributeArgumentCollection ( CodeAttributeArgument value ) : System
value CodeAttributeArgument
return System
        public CodeAttributeArgumentCollection(CodeAttributeArgument[] value) {
            this.AddRange(value);
        }
        

Same methods

CodeAttributeArgumentCollection::CodeAttributeArgumentCollection ( ) : System
CodeAttributeArgumentCollection::CodeAttributeArgumentCollection ( CodeAttributeArgumentCollection value ) : System