프로퍼티 | 타입 | 설명 | |
---|---|---|---|
iterationStepLength | int | ||
threadsCount | int |
메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
For ( int start, int stop, ForLoopBody loopBody ) : void | ||
For ( int start, int stop, int stepLength, ForLoopBody loopBody ) : void | ||
For ( int start, int stop, int stepLength, ForLoopBody loopBody, bool close ) : void | ||
ForLoop ( int start, int stop, int stepLength, ForLoopBody loopBody, bool close ) : void |
메소드 | 설명 | |
---|---|---|
Initialize ( ) : void | ||
WorkerThread ( object index ) : void |
public static For ( int start, int stop, ForLoopBody loopBody ) : void | ||
start | int | |
stop | int | |
loopBody | ForLoopBody | |
리턴 | void |
public static For ( int start, int stop, int stepLength, ForLoopBody loopBody ) : void | ||
start | int | |
stop | int | |
stepLength | int | |
loopBody | ForLoopBody | |
리턴 | void |
public static For ( int start, int stop, int stepLength, ForLoopBody loopBody, bool close ) : void | ||
start | int | |
stop | int | |
stepLength | int | |
loopBody | ForLoopBody | |
close | bool | |
리턴 | void |
public ForLoop ( int start, int stop, int stepLength, ForLoopBody loopBody, bool close ) : void | ||
start | int | |
stop | int | |
stepLength | int | |
loopBody | ForLoopBody | |
close | bool | |
리턴 | void |