Class Node
- Namespace
- EzrSquared.Runtime.Nodes
- Assembly
- ezrSquared-lib.dll
The representation of an ezrĀ² source code construct. This is the base class of all nodes. Only for inheritance!
public abstract record Node
- Inheritance
-
objectNode
- Derived
Constructors
Node(Position, Position)
The representation of an ezrĀ² source code construct. This is the base class of all nodes. Only for inheritance!
protected Node(Position StartPosition, Position EndPosition)
Parameters
Properties
EndPosition
public Position EndPosition { get; init; }
Property Value
StartPosition
public Position StartPosition { get; init; }