C# Class WikiFunctions.Range

Inheritance: IList
Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Private Properties

Свойство Type Description
Check void
ICollection void
IEnumerable IEnumerator
IList int
IList void
IList void
IList void
IList void
this objectIList.System

Méthodes publiques

Méthode Description
Contains ( object obj ) : bool
IndexOf ( object obj ) : int
Range ( IList list, int start, int count ) : System
this ( int index ) : object

Private Methods

Méthode Description
Check ( ) : void
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
IList ( object obj ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object obj ) : void
IList ( object obj ) : void
this ( int index ) : objectIList.System

Method Details

Contains() public méthode

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

IndexOf() public méthode

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

Range() public méthode

public Range ( IList list, int start, int count ) : System
list IList
start int
count int
Résultat System

this() public méthode

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