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

InvokeBinder() 보호된 메소드

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