C# Class DartSharp.Language.FuncMethod

Inheritance: IMethod
Show file Open project: ajlopez/DartSharp Class Usage Examples

Public Methods

Method Description
Call ( object self, Context context, object arguments ) : object
FuncMethod ( IType type, Func func ) : System

Method Details

Call() public method

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

FuncMethod() public method

public FuncMethod ( IType type, Func func ) : System
type IType
func Func
return System