System.CodeDom.CodeCatchClauseCollection.CodeCatchClauseCollection C# (CSharp) Метод

CodeCatchClauseCollection() публичный Метод

public CodeCatchClauseCollection ( CodeCatchClause value ) : System
value CodeCatchClause
Результат System
        public CodeCatchClauseCollection(CodeCatchClause[] value) {
            this.AddRange(value);
        }
        

Same methods

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