C# Класс Ninject.Extensions.WeakEventMessageBroker.PublicationDirective

Наследование: IDirective
Показать файл Открыть проект

Открытые методы

Метод Описание
PublicationDirective ( string channel, EventInfo eventInfo ) : System.Reflection

Initializes a new instance of the PublicationDirective class.

Описание методов

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

Initializes a new instance of the PublicationDirective class.
public PublicationDirective ( string channel, EventInfo eventInfo ) : System.Reflection
channel string The channel.
eventInfo System.Reflection.EventInfo The event tied to the channel.
Результат System.Reflection