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

◆ Type

override Type System.Linq.Expressions.IndexExpression.Type
getsealed

Definition at line 16 of file IndexExpression.cs.

17 {
18 get
19 {
20 if (Indexer != null)
21 {
22 return Indexer.PropertyType;
23 }
24 return Object.Type.GetElementType();
25 }
26 }

Referenced by System.Linq.Expressions.UnaryExpression.ReduceIndex().