Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DartSharp
Commands
CompositeCommand
C# 클래스 DartSharp.Commands.CompositeCommand
상속:
ICommand
파일 보기
프로젝트 열기: ajlopez/DartSharp
1 사용 예제들
공개 메소드들
메소드
설명
CompositeCommand
(
IEnumerable
commands
) :
System
Execute
(
Context
context
) :
object
메소드 상세
CompositeCommand()
공개
메소드
public
CompositeCommand
(
IEnumerable
commands
) :
System
commands
IEnumerable
리턴
System
Execute()
공개
메소드
public
Execute
(
Context
context
) :
object
context
Context
리턴
object