Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Contrive
Common
EventAggregator.Handler
C# Class Contrive.Common.EventAggregator.Handler
显示文件
Open project: alanstevens/Contrive
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