C# Class System.CodeDom.CodeStatementCollection

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

Public Methods

Method Description
Add ( System.CodeDom.CodeExpression value ) : int
Add ( CodeStatement value ) : int
AddRange ( CodeStatement value ) : void
AddRange ( CodeStatementCollection value ) : void
CodeStatementCollection ( ) : System
CodeStatementCollection ( CodeStatement value ) : System
CodeStatementCollection ( CodeStatementCollection value ) : System
Contains ( CodeStatement value ) : bool
CopyTo ( CodeStatement array, int index ) : void
IndexOf ( CodeStatement value ) : int
Insert ( int index, CodeStatement value ) : void
Remove ( CodeStatement value ) : void
this ( int index ) : CodeStatement

Method Details

Add() public method

public Add ( System.CodeDom.CodeExpression value ) : int
value System.CodeDom.CodeExpression
return int

Add() public method

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

AddRange() public method

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

AddRange() public method

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

CodeStatementCollection() public method

public CodeStatementCollection ( ) : System
return System

CodeStatementCollection() public method

public CodeStatementCollection ( CodeStatement value ) : System
value CodeStatement
return System

CodeStatementCollection() public method

public CodeStatementCollection ( CodeStatementCollection value ) : System
value CodeStatementCollection
return System

Contains() public method

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

CopyTo() public method

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

IndexOf() public method

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

Insert() public method

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

Remove() public method

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

this() public method

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