System.Dynamic.DeleteIndexBinder.DeleteIndexBinder C# (CSharp) Метод

DeleteIndexBinder() защищенный Метод

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.
Результат System.Dynamic.Utils
        protected DeleteIndexBinder(CallInfo callInfo)
        {
            ContractUtils.RequiresNotNull(callInfo, nameof(callInfo));
            CallInfo = callInfo;
        }