C# Class GPL.Function

Inheritance: Value
Show file Open project: haasn/-g-pl

Public Methods

Method Description
Copy ( ) : Value
Function ( IExpression body, Scope scope, List names ) : System
Make ( Value>.Func exp ) : Function

Method Details

Copy() public method

public Copy ( ) : Value
return Value

Function() public method

public Function ( IExpression body, Scope scope, List names ) : System
body IExpression
scope Scope
names List
return System

Make() public static method

public static Make ( Value>.Func exp ) : Function
exp Value>.Func
return Function