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

◆ Type

override Type System.Linq.Expressions.LoopExpression.Type
getsealed

Definition at line 8 of file LoopExpression.cs.

9 {
10 get
11 {
12 if (BreakLabel != null)
13 {
14 return BreakLabel.Type;
15 }
16 return typeof(void);
17 }
18 }