Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
HandlerCache
C# Class HandlerCache, code
Mostra file
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
AddHandler
(
Action,
action
) :
void
AddHandler
(
Action,
action
) :
void
HandleCommand
(
ICommand,
command
) :
void
Method Details
AddHandler()
public
method
public
AddHandler
(
Action,
action
) :
void
action
Action,
return
void
AddHandler()
public
method
public
AddHandler
(
Action,
action
) :
void
action
Action,
return
void
HandleCommand()
public
method
public
HandleCommand
(
ICommand,
command
) :
void
command
ICommand,
return
void