Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Command
ConcreteCommand
C# 클래스 Command.ConcreteCommand
具体的命令
상속:
Command
파일 보기
프로젝트 열기: mravinale/gof-patterns
1 사용 예제들
공개 메소드들
메소드
설명
ConcreteCommand
(
Receiver
receiver
) :
System
Execute
( ) :
void
메소드 상세
ConcreteCommand()
공개
메소드
public
ConcreteCommand
(
Receiver
receiver
) :
System
receiver
Receiver
리턴
System
Execute()
공개
메소드
public
Execute
( ) :
void
리턴
void