Class LabelRef
A reference to a labelled value inside action code: $e.text, $value, $ctx.start.
public record LabelRef : IEquatable<LabelRef>
- Inheritance
-
LabelRef
- Implements
- Inherited Members
- Extension Methods
Constructors
LabelRef(string?, string?)
A reference to a labelled value inside action code: $e.text, $value, $ctx.start.
public LabelRef(string? RuleLabel, string? Property)
Parameters
Properties
Property
public string? Property { get; init; }
Property Value
RuleLabel
public string? RuleLabel { get; init; }