In This Article

IDebuggableMatchCondition Interface

Provides the base requirements for a debuggable IMatchCondition.

public interface IDebuggableMatchCondition

Properties

CallbackCount

The number of callbacks.

int CallbackCount { get; }

Property Value

int

FirstSet

The collection of terminals that provide the first-set for the match condition.

IEnumerable<IDebuggableTerminal>? FirstSet { get; }

Property Value

IEnumerable<IDebuggableTerminal>

Extension Methods