C# Class System.CodeDom.CodeCatchClauseCollection

Inheritance: System.Collections.CollectionBase
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Add ( CodeCatchClause value ) : int
AddRange ( CodeCatchClause value ) : void
AddRange ( CodeCatchClauseCollection value ) : void
CodeCatchClauseCollection ( ) : System
CodeCatchClauseCollection ( CodeCatchClause value ) : System
CodeCatchClauseCollection ( CodeCatchClauseCollection value ) : System
Contains ( CodeCatchClause value ) : bool
CopyTo ( CodeCatchClause array, int index ) : void
IndexOf ( CodeCatchClause value ) : int
Insert ( int index, CodeCatchClause value ) : void
Remove ( CodeCatchClause value ) : void
this ( int index ) : CodeCatchClause

Method Details

Add() public method

public Add ( CodeCatchClause value ) : int
value CodeCatchClause
return int

AddRange() public method

public AddRange ( CodeCatchClause value ) : void
value CodeCatchClause
return void

AddRange() public method

public AddRange ( CodeCatchClauseCollection value ) : void
value CodeCatchClauseCollection
return void

CodeCatchClauseCollection() public method

public CodeCatchClauseCollection ( ) : System
return System

CodeCatchClauseCollection() public method

public CodeCatchClauseCollection ( CodeCatchClause value ) : System
value CodeCatchClause
return System

CodeCatchClauseCollection() public method

public CodeCatchClauseCollection ( CodeCatchClauseCollection value ) : System
value CodeCatchClauseCollection
return System

Contains() public method

public Contains ( CodeCatchClause value ) : bool
value CodeCatchClause
return bool

CopyTo() public method

public CopyTo ( CodeCatchClause array, int index ) : void
array CodeCatchClause
index int
return void

IndexOf() public method

public IndexOf ( CodeCatchClause value ) : int
value CodeCatchClause
return int

Insert() public method

public Insert ( int index, CodeCatchClause value ) : void
index int
value CodeCatchClause
return void

Remove() public method

public Remove ( CodeCatchClause value ) : void
value CodeCatchClause
return void

this() public method

public this ( int index ) : CodeCatchClause
index int
return CodeCatchClause