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

CodeAttributeArgumentCollection() public method

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

Same methods

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