C# Class AjScript.Language.LambdaCallable

Inheritance: ICallable
Afficher le fichier Open project: ajlopez/AjScript

Méthodes publiques

Méthode Description
Invoke ( IContext context, object @this, object arguments ) : object
LambdaCallable ( Func lambda ) : System

Method Details

Invoke() public méthode

public Invoke ( IContext context, object @this, object arguments ) : object
context IContext
@this object
arguments object
Résultat object

LambdaCallable() public méthode

public LambdaCallable ( Func lambda ) : System
lambda Func
Résultat System