Parenthesis
Represents a parenthesis for grouping conditions
public sealed record Parenthesis : WhereCondition, IEquatable<WhereCondition>, IEquatable<Parenthesis>
Properties
IsOpening
public bool IsOpening { get; }
Gets a value indicating whether this is an opening parenthesis; otherwise it is closing.