Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Loop() [2/3]

static LoopExpression System.Linq.Expressions.Expression< TDelegate >.Loop ( Expression< TDelegate > body,
LabelTarget? @ break )
inlinestaticinherited

Definition at line 3596 of file Expression.cs.

3597 {
3598 return Loop(body, @break, null);
3599 }

References System.Linq.Expressions.Loop.