C# Class Dev2.Data.Binary_Objects.ListOfIndex

Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Contains ( int idx ) : bool
Count ( ) : int
FetchIterator ( ) : IIndexIterator
GetMaxIndex ( ) : int
GetMinIndex ( ) : int
ListOfIndex ( List indexes ) : System

Private Methods

Method Description
ListOfIndex ( ) : System

Method Details

Contains() public method

public Contains ( int idx ) : bool
idx int
return bool

Count() public method

public Count ( ) : int
return int

FetchIterator() public method

public FetchIterator ( ) : IIndexIterator
return IIndexIterator

GetMaxIndex() public method

public GetMaxIndex ( ) : int
return int

GetMinIndex() public method

public GetMinIndex ( ) : int
return int

ListOfIndex() public method

public ListOfIndex ( List indexes ) : System
indexes List
return System