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;
        }