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

◆ GetIndexBinder()

System.Dynamic.GetIndexBinder.GetIndexBinder ( CallInfo callInfo)
inlineprotected

Definition at line 13 of file GetIndexBinder.cs.

14 {
15 ContractUtils.RequiresNotNull(callInfo, "callInfo");
16 CallInfo = callInfo;
17 }
static void RequiresNotNull(object value, string paramName)

References System.Dynamic.Utils.ContractUtils.RequiresNotNull().