1 write to getFunc
System.Activities (1)
System\Activities\Expressions\IndexerReference.cs (1)
141
this.
getFunc
= getFunc;
2 references to getFunc
System.Activities (2)
System\Activities\Expressions\IndexerReference.cs (2)
151
if (this.
getFunc
!= null)
153
return (TItem)this.
getFunc
(this.operand, indices);