'Declaration
Public Shared Sub For( _ ByVal start As System.Integer, _ ByVal stop As System.Integer, _ ByVal loopBody As NParallel.ForLoopBody _ )
'Usage
Dim start As System.Integer Dim stop As System.Integer Dim loopBody As NParallel.ForLoopBody NParallel.For(start, stop, loopBody)
public static void For( System.int start, System.int stop, NParallel.ForLoopBody loopBody )
Parameters
- start
- stop
- loopBody