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

DeleteIndexBinder() protected method

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