System.Dynamic.InvokeBinder.InvokeBinder C# (CSharp) Méthode

InvokeBinder() protected méthode

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.
Résultat System.Dynamic.Utils
        protected InvokeBinder(CallInfo callInfo)
        {
            ContractUtils.RequiresNotNull(callInfo, nameof(callInfo));
            CallInfo = callInfo;
        }