using xxx as creator() {
}
UsingClosure
00 Remarks
a subclass of SymbolExpression
01 Syntax
SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.Closure.UsingClosure
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | using params do closure |
| GetSymbolName | 1 | |
| Evaluate | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| type | 1 | |
| expressionName | 1 | |
| stackFrame | 1 |
04 Members
using params do closure
Parameters
| Name | Type | Description |
|---|---|---|
params | DeclareNewSymbol | using x as value |
closure | ClosureExpression | - |
stackframe | StackFrame | - |
type
expressionName
stackFrame
GetSymbolName()
Evaluate(Environment)
ToString()