C# 클래스 AjScript.Commands.DefineFunctionCommand

상속: ICommand
파일 보기 프로젝트 열기: ajlopez/AjScript

공개 메소드들

메소드 설명
DefineFunctionCommand ( string name, string parameterNames, ICommand body, bool isdefault ) : System
Execute ( IContext context ) : void

메소드 상세

DefineFunctionCommand() 공개 메소드

public DefineFunctionCommand ( string name, string parameterNames, ICommand body, bool isdefault ) : System
name string
parameterNames string
body ICommand
isdefault bool
리턴 System

Execute() 공개 메소드

public Execute ( IContext context ) : void
context IContext
리턴 void