CQRSalad.Dispatching.Subscriptions.DispatcherSubscriptionsStore.this C# (CSharp) Метод

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

public this ( Type messageType ) : IEnumerable
messageType System.Type
Результат IEnumerable
        public IEnumerable<DispatcherSubscription> this[Type messageType] => Get(messageType);
DispatcherSubscriptionsStore