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

◆ SetIndexBinder()

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

Definition at line 13 of file SetIndexBinder.cs.

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

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