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

CodeCatchClauseCollection() public method

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

Same methods

CodeCatchClauseCollection::CodeCatchClauseCollection ( ) : System
CodeCatchClauseCollection::CodeCatchClauseCollection ( CodeCatchClause value ) : System