C# Class ReallySimpleEventing.TypeExtensions

Datei anzeigen Open project: JustGiving/ReallySimpleEventing

Public Methods

Method Description
IsAMessageHandler ( this type ) : bool
IsAMessageHandlerFor ( this handlerType, Type messageType ) : bool

Method Details

IsAMessageHandler() public static method

public static IsAMessageHandler ( this type ) : bool
type this
return bool

IsAMessageHandlerFor() public static method

public static IsAMessageHandlerFor ( this handlerType, Type messageType ) : bool
handlerType this
messageType System.Type
return bool