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
StoryTeller
UserInterface
EventAggregatorInterceptor
C# Class StoryTeller.UserInterface.EventAggregatorInterceptor
Inheritance:
TypeInterceptor
显示文件
Open project: adymitruk/storyteller
Public Methods
Method
Description
MatchesType
(
Type
type
) :
bool
Process
(
object
target
,
IContext
context
) :
object
Method Details
MatchesType()
public
method
public
MatchesType
(
Type
type
) :
bool
type
System.Type
return
bool
Process()
public
method
public
Process
(
object
target
,
IContext
context
) :
object
target
object
context
IContext
return
object