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

◆ MakeIndexProperty()

static IndexExpression System.Linq.Expressions.Expression< TDelegate >.MakeIndexProperty ( Expression< TDelegate > instance,
PropertyInfo indexer,
string paramName,
ReadOnlyCollection< Expression< TDelegate > > argList )
inlinestaticprivateinherited

Definition at line 2942 of file Expression.cs.

2943 {
2945 return new IndexExpression(instance, indexer, argList);
2946 }
static void ValidateIndexedProperty(Expression instance, PropertyInfo indexer, string paramName, ref ReadOnlyCollection< Expression > argList)

References System.Linq.Expressions.Expression< TDelegate >.ValidateIndexedProperty().

Referenced by System.Linq.Expressions.Expression< TDelegate >.Property(), and System.Linq.Expressions.Expression< TDelegate >.Property().