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