API Referenceglobal
ForBlockclass
Run a block of code a certain number of times, with a loop variable.
Constructors1
Showing 1 constructors
public ForBlock()
No results match this filter.
Methods4
Showing 4 methods
public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)
| Parameter | Type | Description |
|---|---|---|
| arguments | HashSet<string> | — |
Returns:
void—public virtual string GetNodeString()
Returns:
string—public virtual bool HasBody()
Returns:
bool—public virtual void Reset()
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public Sandbox.Doo.Expression Sandbox.Doo.ForBlock.EndValue { get; set; }
The upper bound of the loop (exclusive).
public Sandbox.Doo.Expression Sandbox.Doo.ForBlock.JumpValue { get; set; }
The amount to increment the loop counter each iteration.
public Sandbox.Doo.Expression Sandbox.Doo.ForBlock.StartValue { get; set; }
The initial value of the loop counter.
No results match this filter.