Table of Contents

Struct LrState.ActionCollection

Namespace
Farkle.Grammars.StateMachines
Assembly
Farkle.dll

Contains the terminals an LrState accepts, along with their respective LrAction.

public readonly struct LrState.ActionCollection : IReadOnlyCollection<KeyValuePair<TokenSymbol, LrAction>>, IEnumerable<KeyValuePair<TokenSymbol, LrAction>>, IEnumerable
Implements
Inherited Members

Properties

Count

Gets the number of elements in the collection.

public int Count { get; }

Property Value

int

The number of elements in the collection.

Methods

GetEnumerator()

Gets the collection's enumerator.

public LrState.ActionCollection.Enumerator GetEnumerator()

Returns

LrState.ActionCollection.Enumerator