Python.Runtime.DelegateObject.DelegateObject C# (CSharp) Method

DelegateObject() private method

private DelegateObject ( Type tp ) : System
tp System.Type
return System
        internal DelegateObject(Type tp)
            : base(tp)
        {
            binder = new MethodBinder(tp.GetMethod("Invoke"));
        }