C# Class YAMP.MemberFunction

The abstract base class used for all MemberFunction functions (with @this).
Inheritance: ArgumentFunction
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
CreateMemberFunctionInstance ( Value state ) : MemberFunction

Creates a new member function instance from the given context.

Perform ( Value argument ) : Value

Performs the function execution.

Method Details

CreateMemberFunctionInstance() public méthode

Creates a new member function instance from the given context.
public CreateMemberFunctionInstance ( Value state ) : MemberFunction
state Value
Résultat MemberFunction

Perform() public méthode

Performs the function execution.
public Perform ( Value argument ) : Value
argument Value The argument(s) (if presented in an "ArgumentValue").
Résultat Value