Table of Contents

Struct NonterminalCollection

Namespace
Farkle.Grammars
Assembly
Farkle.dll

Contains the Nonterminals of a Grammar.

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

Returns

NonterminalCollection.Enumerator

See Also