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
BalloonsPop
Core
Commands
CompositeCommand
C# Class BalloonsPop.Core.Commands.CompositeCommand
Inheritance:
ICommand
显示文件
Open project: Baloons-Pop-4/Main
Public Methods
Method
Description
Execute
(
IContext
context
) :
void
Protected Methods
Method
Description
CompositeCommand
( ) :
System
Initializes a new instance of the
CompositeCommand
class.
Method Details
CompositeCommand()
protected
method
Initializes a new instance of the
CompositeCommand
class.
protected
CompositeCommand
( ) :
System
return
System
Execute()
public
method
public
Execute
(
IContext
context
) :
void
context
IContext
return
void