C# Class YAMP.MemberFunction

The abstract base class used for all MemberFunction functions (with @this).
Inheritance: ArgumentFunction
ファイルを表示 Open project: FlorianRappl/YAMP

Public Methods

Method 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 method

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

Perform() public method

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