C# Class Rhino.ObjToIntMap.Iterator

显示文件 Open project: hazzik/Rhino.Net

Public Methods

Method Description
Done ( ) : bool
GetKey ( ) : object
GetValue ( ) : int
Next ( ) : void
SetValue ( int value ) : void
Start ( ) : void

Private Methods

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

Method Details

Done() public method

public Done ( ) : bool
return bool

GetKey() public method

public GetKey ( ) : object
return object

GetValue() public method

public GetValue ( ) : int
return int

Next() public method

public Next ( ) : void
return void

SetValue() public method

public SetValue ( int value ) : void
value int
return void

Start() public method

public Start ( ) : void
return void