Open.Core.EventBusHandler.EventBusHandler C# (CSharp) Метод

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

public EventBusHandler ( Type type, System.Action handler ) : System
type System.Type
handler System.Action
Результат System
        public EventBusHandler(Type type, Action handler)
        {
            this.type = type;
            this.handler = handler;
        }