Click or drag to resize
IMyParallelTaskFor Method (Int32, Int32, ActionInt32, Int32)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.For(System.Int32,System.Int32,System.Action{System.Int32},System.Int32)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void For(
	int startInclusive,
	int endExclusive,
	Action<int> body,
	int stride
)

Parameters

startInclusive
Type: SystemInt32

[Missing <param name="startInclusive"/> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.For(System.Int32,System.Int32,System.Action{System.Int32},System.Int32)"]

endExclusive
Type: SystemInt32

[Missing <param name="endExclusive"/> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.For(System.Int32,System.Int32,System.Action{System.Int32},System.Int32)"]

body
Type: SystemActionInt32

[Missing <param name="body"/> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.For(System.Int32,System.Int32,System.Action{System.Int32},System.Int32)"]

stride
Type: SystemInt32

[Missing <param name="stride"/> documentation for "M:VRage.Game.ModAPI.IMyParallelTask.For(System.Int32,System.Int32,System.Action{System.Int32},System.Int32)"]

See Also