Table of Contents

Class RuleOptions

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

Key/value options attached to an individual rule: options { greedy=false; }.

public record RuleOptions : IEquatable<RuleOptions>
Inheritance
RuleOptions
Implements
Inherited Members
Extension Methods

Constructors

RuleOptions(IReadOnlyDictionary<string, string>)

Key/value options attached to an individual rule: options { greedy=false; }.

public RuleOptions(IReadOnlyDictionary<string, string> Values)

Parameters

Values IReadOnlyDictionary<string, string>

Properties

Values

Gets an immutable snapshot of the rule option values.

public IReadOnlyDictionary<string, string> Values { get; init; }

Property Value

IReadOnlyDictionary<string, string>