Table of Contents

Struct SpecialNameDefinitionCollection

Namespace
Farkle.Grammars
Assembly
Farkle.dll

Contains the SpecialNameDefinitions of a Grammar.

public readonly struct SpecialNameDefinitionCollection : IReadOnlyCollection<SpecialNameDefinition>, IEnumerable<SpecialNameDefinition>, IEnumerable
Implements
Inherited Members

Remarks

This type is intended to be used for presentation purposes only. For maximum performance, parsers are strongly recommended to use GetSymbolFromSpecialName(string, bool), or one of the extension methods in GrammarExtensions instead.

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 SpecialNameDefinitionCollection.Enumerator GetEnumerator()

Returns

SpecialNameDefinitionCollection.Enumerator

See Also