RangeVariable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |