IronPython.Runtime.Binding.MetaPythonFunction.BindInvoke C# (CSharp) Method

BindInvoke() public method

public BindInvoke ( InvokeBinder call ) : DynamicMetaObject
call InvokeBinder
return DynamicMetaObject
        public override DynamicMetaObject/*!*/ BindInvoke(InvokeBinder/*!*/ call, params DynamicMetaObject/*!*/[]/*!*/ args) {
            return new FunctionBinderHelper(call, this, null, args).MakeMetaObject();
        }