Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Property()
[7/7]
static
IndexExpression
System.Linq.Expressions.Expression
<
TDelegate
>.Property
(
Expression
<
TDelegate
>?
instance
,
PropertyInfo
indexer
,
params
Expression
<
TDelegate
>?[]
arguments
)
inline
static
inherited
Definition at line
2932
of file
Expression.cs
.
2933
{
2934
return
Property
(instance,
indexer
, (
IEnumerable<Expression>
?)
arguments
);
2935
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.AttributeTargets.Property
@ Property
References
System.Property
.
System
Linq
Expressions
Compiler
SpilledExpressionBlock
Generated by
1.10.0