C# 클래스 Rhino.ObjToIntMap.Iterator

파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
Done ( ) : bool
GetKey ( ) : object
GetValue ( ) : int
Next ( ) : void
SetValue ( int value ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
Init ( object keys, int values, int keyCount ) : void
Iterator ( ObjToIntMap master ) : System.IO

메소드 상세

Done() 공개 메소드

public Done ( ) : bool
리턴 bool

GetKey() 공개 메소드

public GetKey ( ) : object
리턴 object

GetValue() 공개 메소드

public GetValue ( ) : int
리턴 int

Next() 공개 메소드

public Next ( ) : void
리턴 void

SetValue() 공개 메소드

public SetValue ( int value ) : void
value int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void