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

SetIndexBinder() protected method

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