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

CodeCommentStatementCollection() public method

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

Same methods

CodeCommentStatementCollection::CodeCommentStatementCollection ( ) : System
CodeCommentStatementCollection::CodeCommentStatementCollection ( CodeCommentStatement value ) : System