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

CodeCommentStatementCollection() public method

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

Same methods

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