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

CreateInstanceBinder() protected méthode

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