In This Article

IDebuggableMatchCondition Interface

Provides the base requirements for a debuggable IMatchCondition.

public interface IDebuggableMatchCondition

Properties

CallbackCount

Gets the number of callbacks.

int CallbackCount { get; }

Property Value

int:

The number of callbacks.

FirstSet

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

IEnumerable<IDebuggableTerminal> FirstSet { get; }

Property Value

IEnumerable<IDebuggableTerminal>:

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