C# Class System.CodeDom.CodeStatementCollection

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( System.CodeDom.CodeExpression value ) : int
value System.CodeDom.CodeExpression
Résultat int

Add() public méthode

public Add ( CodeStatement value ) : int
value CodeStatement
Résultat int

AddRange() public méthode

public AddRange ( CodeStatement value ) : void
value CodeStatement
Résultat void

AddRange() public méthode

public AddRange ( CodeStatementCollection value ) : void
value CodeStatementCollection
Résultat void

CodeStatementCollection() public méthode

public CodeStatementCollection ( ) : System
Résultat System

CodeStatementCollection() public méthode

public CodeStatementCollection ( CodeStatement value ) : System
value CodeStatement
Résultat System

CodeStatementCollection() public méthode

public CodeStatementCollection ( CodeStatementCollection value ) : System
value CodeStatementCollection
Résultat System

Contains() public méthode

public Contains ( CodeStatement value ) : bool
value CodeStatement
Résultat bool

CopyTo() public méthode

public CopyTo ( CodeStatement array, int index ) : void
array CodeStatement
index int
Résultat void

IndexOf() public méthode

public IndexOf ( CodeStatement value ) : int
value CodeStatement
Résultat int

Insert() public méthode

public Insert ( int index, CodeStatement value ) : void
index int
value CodeStatement
Résultat void

Remove() public méthode

public Remove ( CodeStatement value ) : void
value CodeStatement
Résultat void

this() public méthode

public this ( int index ) : CodeStatement
index int
Résultat CodeStatement