Struct LrState.EndOfFileActionCollection
- Namespace
- Farkle.Grammars.StateMachines
- Assembly
- Farkle.dll
Contains the possible actions when the end of input is reached at an LrState.
public readonly struct LrState.EndOfFileActionCollection : IReadOnlyCollection<LrEndOfFileAction>, IEnumerable<LrEndOfFileAction>, 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.EndOfFileActionCollection.Enumerator GetEnumerator()