C# Class Dev2.Data.Binary_Objects.ListOfIndex

Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ListOfIndex ( ) : System

Method Details

Contains() public méthode

public Contains ( int idx ) : bool
idx int
Résultat bool

Count() public méthode

public Count ( ) : int
Résultat int

FetchIterator() public méthode

public FetchIterator ( ) : IIndexIterator
Résultat IIndexIterator

GetMaxIndex() public méthode

public GetMaxIndex ( ) : int
Résultat int

GetMinIndex() public méthode

public GetMinIndex ( ) : int
Résultat int

ListOfIndex() public méthode

public ListOfIndex ( List indexes ) : System
indexes List
Résultat System