C# 클래스 DartSharp.Methods.DefinedFunction

상속: ICallable
파일 보기 프로젝트 열기: ajlopez/DartSharp

공개 메소드들

메소드 설명
Call ( Context context, IList arguments ) : object
DefinedFunction ( IList argnames, ICommand command ) : System

메소드 상세

Call() 공개 메소드

public Call ( Context context, IList arguments ) : object
context Context
arguments IList
리턴 object

DefinedFunction() 공개 메소드

public DefinedFunction ( IList argnames, ICommand command ) : System
argnames IList
command ICommand
리턴 System