Struct DfaState<TChar>.EdgeCollection
- Namespace
- Farkle.Grammars.StateMachines
- Assembly
- Farkle.dll
Contains the edges of a DfaState<TChar>.
public readonly struct DfaState<TChar>.EdgeCollection : IReadOnlyCollection<DfaEdge<TChar>>, IEnumerable<DfaEdge<TChar>>, IEnumerable
- Implements
-
IReadOnlyCollection<DfaEdge<TChar>>IEnumerable<DfaEdge<TChar>>
- 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 DfaState<TChar>.EdgeCollection.Enumerator GetEnumerator()
Returns
- DfaState<TChar>.EdgeCollection.Enumerator