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

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

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