C# Class MoreInternals.Model.FuncAppliationValue

Inheritance: Value
显示文件 Open project: kevin-montrose/More Class Usage Examples

Public Methods

Method Description
Bind ( Scope scope ) : Value

Private Methods

Method Description
Evaluate ( ) : Value
FuncAppliationValue ( string name, List @params ) : System
ReferredToVariables ( ) : List

Method Details

Bind() public method

public Bind ( Scope scope ) : Value
scope Scope
return Value