Share via


RangeVariable Class

Definition

A RangeVariable, which represents an iterator variable either over a collection, either of entities or not. Exists outside of the main SemanticAST, but hooked in via a RangeVariableReferenceNode (either Non-Entity or Entity).

public abstract class RangeVariable
type RangeVariable = class
Public MustInherit Class RangeVariable
Inheritance
RangeVariable
Derived

Constructors

RangeVariable()

Properties

Kind

Gets the kind of this rangeVariable.

Name

Gets the name of the associated rangeVariable.

TypeReference

Gets the type of entity referenced by this rangeVariable

Applies to