Table of Contents

Class NcVariableExpr

Namespace
Hi.NcParsers.EvaluationSyntaxs.Evaluation
Assembly
HiMech.dll

Direct variable reference; Key is the raw source token (e.g. "#124") passed verbatim to Get(string).

public sealed record NcVariableExpr : NcExpr, IEquatable<NcExpr>, IEquatable<NcVariableExpr>
Inheritance
NcVariableExpr
Implements
Inherited Members
Extension Methods

Constructors

NcVariableExpr(string)

Direct variable reference; Key is the raw source token (e.g. "#124") passed verbatim to Get(string).

public NcVariableExpr(string Key)

Parameters

Key string

Properties

Key

public string Key { get; init; }

Property Value

string