CQRSalad.Dispatching.Subscriptions.DispatcherSubscriptionsStore.this C# (CSharp) Method

this() public method

public this ( Type messageType ) : IEnumerable
messageType System.Type
return IEnumerable
        public IEnumerable<DispatcherSubscription> this[Type messageType] => Get(messageType);
DispatcherSubscriptionsStore