Class Negation
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
InnerRuleContent
Properties
Inner
public RuleContent Inner { get; init; }