C# Class DartSharp.Methods.DefinedFunction

Inheritance: ICallable
显示文件 Open project: ajlopez/DartSharp

Public Methods

Method Description
Call ( Context context, IList arguments ) : object
DefinedFunction ( IList argnames, ICommand command ) : System

Method Details

Call() public method

public Call ( Context context, IList arguments ) : object
context Context
arguments IList
return object

DefinedFunction() public method

public DefinedFunction ( IList argnames, ICommand command ) : System
argnames IList
command ICommand
return System