Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Sanguosha
UI
Controls
EquipCommand
C# Class Sanguosha.UI.Controls.EquipCommand
Inheritance:
CardViewModel
,
ICommand
ファイルを表示
Open project: RagingBigFemaleBird/sgs
Class Usage Examples
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
EquipCommand
( ) :
System
Execute
(
object
parameter
) :
void
Method Details
CanExecute()
public
method
public
CanExecute
(
object
parameter
) :
bool
parameter
object
return
bool
EquipCommand()
public
method
public
EquipCommand
( ) :
System
return
System
Execute()
public
method
public
Execute
(
object
parameter
) :
void
parameter
object
return
void