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

◆ Property() [6/7]

static IndexExpression System.Linq.Expressions.Expression< TDelegate >.Property ( Expression< TDelegate >? instance,
PropertyInfo indexer,
IEnumerable< Expression< TDelegate > >? arguments )
inlinestaticinherited

Definition at line 2937 of file Expression.cs.

2938 {
2939 return MakeIndexProperty(instance, indexer, "indexer", arguments.ToReadOnly());
2940 }
static IndexExpression MakeIndexProperty(Expression instance, PropertyInfo indexer, string paramName, ReadOnlyCollection< Expression > argList)

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