/// Initializes a new instance of <see cref='System.CodeDom.CodeCatchClauseCollection'/>.
/// </para>
/// </devdoc>
publicCodeCatchClauseCollection(){
}
/// <devdoc>
/// <para>
/// Initializes a new instance of <see cref='System.CodeDom.CodeCatchClauseCollection'/> based on another <see cref='System.CodeDom.CodeCatchClauseCollection'/>.
/// Initializes a new instance of <see cref='System.CodeDom.CodeCatchClauseCollection'/> containing any array of <see cref='System.CodeDom.CodeCatchClause'/> objects.
/// <para>Returns the index of a <see cref='System.CodeDom.CodeCatchClause'/> in
/// the <see cref='System.CodeDom.CodeCatchClauseCollection'/> .</para>
/// </devdoc>
publicintIndexOf(CodeCatchClausevalue){
returnList.IndexOf(value);
}
/// <devdoc>
/// <para>Inserts a <see cref='System.CodeDom.CodeCatchClause'/> into the <see cref='System.CodeDom.CodeCatchClauseCollection'/> at the specified index.</para>
/// </devdoc>
publicvoidInsert(intindex,CodeCatchClausevalue){
List.Insert(index,value);
}
/// <devdoc>
/// <para> Removes a specific <see cref='System.CodeDom.CodeCatchClause'/> from the