ExpressionRef 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.
Expression container with source range.
public class ExpressionRef
type ExpressionRef = class
Public Class ExpressionRef
- Inheritance
-
ExpressionRef
Constructors
| ExpressionRef(String, SourceRange) |
Initializes a new instance of the ExpressionRef class. |
Properties
| Expression |
Gets or sets expression string. |
| SourceRange |
Gets or sets expression source range. |
Methods
| GetId() |
Get the unique id of expression context. |
| ToString() |
Return the Expression string. |