Class RuleLocal
A parser rule local declaration preserved as passive metadata only.
public record RuleLocal : IEquatable<RuleLocal>
- Inheritance
-
RuleLocal
- Implements
- Inherited Members
- Extension Methods
Constructors
RuleLocal(string)
A parser rule local declaration preserved as passive metadata only.
public RuleLocal(string RawDeclaration)
Parameters
RawDeclarationstring
Properties
RawDeclaration
public string RawDeclaration { get; init; }