Table of Contents

Class Negation

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

Negation of an element (~expr): matches any single token or character that does not match Inner.

public record Negation : RuleContent, IEquatable<RuleContent>, IEquatable<Negation>
Inheritance
Negation
Implements
Inherited Members
Extension Methods

Constructors

Negation(RuleContent)

Negation of an element (~expr): matches any single token or character that does not match Inner.

public Negation(RuleContent Inner)

Parameters

Inner RuleContent

Properties

Inner

public RuleContent Inner { get; init; }

Property Value

RuleContent