Delegate defining for-loop's body.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public delegate void ForLoopBody( int index ) |
Parameters
- index
- Type: System..::.Int32
Loop's index.