Boo.Lang.Runtime.MethodDispatcherFactory.MethodDispatcherFactory C# (CSharp) Метод

MethodDispatcherFactory() публичный Метод

public MethodDispatcherFactory ( ExtensionRegistry extensions, object target, Type type, string methodName ) : System
extensions ExtensionRegistry
target object
type System.Type
methodName string
Результат System
        public MethodDispatcherFactory(ExtensionRegistry extensions, object target, Type type, string methodName, params object[] arguments)
            : base(extensions, target, type, methodName, arguments)
        {
        }