System.Dynamic.GetIndexBinder.GetIndexBinder C# (CSharp) 메소드

GetIndexBinder() 보호된 메소드

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