System.Dynamic.GetIndexBinder.GetIndexBinder C# (CSharp) Method

GetIndexBinder() protected method

Initializes a new instance of the GetIndexBinder.
protected GetIndexBinder ( CallInfo callInfo ) : System.Dynamic.Utils
callInfo CallInfo The signature of the arguments at the call site.
return System.Dynamic.Utils
        protected GetIndexBinder(CallInfo callInfo)
        {
            ContractUtils.RequiresNotNull(callInfo, nameof(callInfo));
            CallInfo = callInfo;
        }