Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Illusion
EventAggregator.Handler
C# Class Illusion.EventAggregator.Handler
Datei anzeigen
Open project: kasicass/kasicass
Public Methods
Method
Description
Handle
(
Type
messageType
,
object
message
) :
bool
Handler
(
object
handler
) :
System
Matches
(
object
instance
) :
bool
Method Details
Handle()
public
method
public
Handle
(
Type
messageType
,
object
message
) :
bool
messageType
System.Type
message
object
return
bool
Handler()
public
method
public
Handler
(
object
handler
) :
System
handler
object
return
System
Matches()
public
method
public
Matches
(
object
instance
) :
bool
instance
object
return
bool