C# Class GPL.Function

Inheritance: Value
Afficher le fichier Open project: haasn/-g-pl

Méthodes publiques

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

Method Details

Copy() public méthode

public Copy ( ) : Value
Résultat Value

Function() public méthode

public Function ( IExpression body, Scope scope, List names ) : System
body IExpression
scope Scope
names List
Résultat System

Make() public static méthode

public static Make ( Value>.Func exp ) : Function
exp Value>.Func
Résultat Function