C# Class WikiFunctions.Range

Inheritance: IList
Show file Open project: reedy/AutoWikiBrowser Class Usage Examples

Private Properties

Property Type Description
Check void
ICollection void
IEnumerable IEnumerator
IList int
IList void
IList void
IList void
IList void
this objectIList.System

Public Methods

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

Private Methods

Method 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 method

public Contains ( object obj ) : bool
obj object
return bool

IndexOf() public method

public IndexOf ( object obj ) : int
obj object
return int

Range() public method

public Range ( IList list, int start, int count ) : System
list IList
start int
count int
return System

this() public method

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