C# Class System.CodeDom.CodeCommentStatementCollection

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 ( CodeCommentStatement value ) : int
AddRange ( CodeCommentStatement value ) : void
AddRange ( CodeCommentStatementCollection value ) : void
CodeCommentStatementCollection ( ) : System
CodeCommentStatementCollection ( CodeCommentStatement value ) : System
CodeCommentStatementCollection ( CodeCommentStatementCollection value ) : System
Contains ( CodeCommentStatement value ) : bool
CopyTo ( CodeCommentStatement array, int index ) : void
IndexOf ( CodeCommentStatement value ) : int
Insert ( int index, CodeCommentStatement value ) : void
Remove ( CodeCommentStatement value ) : void
this ( int index ) : CodeCommentStatement

Method Details

Add() public méthode

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

AddRange() public méthode

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

AddRange() public méthode

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

CodeCommentStatementCollection() public méthode

public CodeCommentStatementCollection ( ) : System
Résultat System

CodeCommentStatementCollection() public méthode

public CodeCommentStatementCollection ( CodeCommentStatement value ) : System
value CodeCommentStatement
Résultat System

CodeCommentStatementCollection() public méthode

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

Contains() public méthode

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

CopyTo() public méthode

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

IndexOf() public méthode

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

Insert() public méthode

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

Remove() public méthode

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

this() public méthode

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