Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Contrive
Common
EventAggregator.Handler
C# 클래스 Contrive.Common.EventAggregator.Handler
파일 보기
프로젝트 열기: alanstevens/Contrive
공개 메소드들
메소드
설명
Handle
(
Type
messageType
,
object
message
) :
bool
Handler
(
object
handler
) :
System
Matches
(
object
instance
) :
bool
메소드 상세
Handle()
공개
메소드
public
Handle
(
Type
messageType
,
object
message
) :
bool
messageType
System.Type
message
object
리턴
bool
Handler()
공개
메소드
public
Handler
(
object
handler
) :
System
handler
object
리턴
System
Matches()
공개
메소드
public
Matches
(
object
instance
) :
bool
instance
object
리턴
bool