Table of Contents

Class LabelRef

Namespace
Utils.Parser.Model
Assembly
Utils.Parser.dll

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

RuleLabel string
Property string

Properties

Property

public string? Property { get; init; }

Property Value

string

RuleLabel

public string? RuleLabel { get; init; }

Property Value

string