Class IdentifierExpression
Inherited Members
Namespace: Unity.VisualScripting.Dependencies.NCalc
Syntax
public class IdentifierExpression : LogicalExpression
Constructors
IdentifierExpression(String)
Declaration
public IdentifierExpression(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
Accept(LogicalExpressionVisitor)
Declaration
public override void Accept(LogicalExpressionVisitor visitor)
Parameters
| Type | Name | Description |
|---|---|---|
| LogicalExpressionVisitor | visitor |