C# Class Rhino.ObjToIntMap.Iterator

Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode Description
Done ( ) : bool
GetKey ( ) : object
GetValue ( ) : int
Next ( ) : void
SetValue ( int value ) : void
Start ( ) : void

Private Methods

Méthode Description
Init ( object keys, int values, int keyCount ) : void
Iterator ( ObjToIntMap master ) : System.IO

Method Details

Done() public méthode

public Done ( ) : bool
Résultat bool

GetKey() public méthode

public GetKey ( ) : object
Résultat object

GetValue() public méthode

public GetValue ( ) : int
Résultat int

Next() public méthode

public Next ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( int value ) : void
value int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void