Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Contrive
Common
EventAggregator.Handler
C# Class Contrive.Common.EventAggregator.Handler
Afficher le fichier
Open project: alanstevens/Contrive
Méthodes publiques
Méthode
Description
Handle
(
Type
messageType
,
object
message
) :
bool
Handler
(
object
handler
) :
System
Matches
(
object
instance
) :
bool
Method Details
Handle()
public
méthode
public
Handle
(
Type
messageType
,
object
message
) :
bool
messageType
System.Type
message
object
Résultat
bool
Handler()
public
méthode
public
Handler
(
object
handler
) :
System
handler
object
Résultat
System
Matches()
public
méthode
public
Matches
(
object
instance
) :
bool
instance
object
Résultat
bool