Table of Contents

Struct LrState.GotoCollection

Namespace
Farkle.Grammars.StateMachines
Assembly
Farkle.dll

Contains pairs of NonterminalHandles and their respective GOTO destination states.

public readonly struct LrState.GotoCollection : IReadOnlyCollection<KeyValuePair<Nonterminal, int>>, IEnumerable<KeyValuePair<Nonterminal, int>>, 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.GotoCollection.Enumerator GetEnumerator()

Returns

LrState.GotoCollection.Enumerator