Boo.Lang.Runtime.MethodDispatcherFactory.MethodDispatcherFactory C# (CSharp) Méthode

MethodDispatcherFactory() public méthode

public MethodDispatcherFactory ( ExtensionRegistry extensions, object target, Type type, string methodName ) : System
extensions ExtensionRegistry
target object
type System.Type
methodName string
Résultat System
        public MethodDispatcherFactory(ExtensionRegistry extensions, object target, Type type, string methodName, params object[] arguments)
            : base(extensions, target, type, methodName, arguments)
        {
        }