C# Class PersonList, gert

Inheritance: Persistent
Afficher le fichier Open project: mono/gert Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Contains ( object a ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object a ) : int
Insert ( int index, object item ) : void
Remove ( object x ) : void
RemoveAt ( int i ) : void
this ( int index ) : object

Private Methods

Méthode Description
IList ( object item ) : int

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object a ) : bool
a object
Résultat bool

CopyTo() public méthode

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

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( object a ) : int
a object
Résultat int

Insert() public méthode

public Insert ( int index, object item ) : void
index int
item object
Résultat void

Remove() public méthode

public Remove ( object x ) : void
x object
Résultat void

RemoveAt() public méthode

public RemoveAt ( int i ) : void
i int
Résultat void

this() public méthode

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