Table of Contents

Struct GroupCollection

Namespace
Farkle.Grammars
Assembly
Farkle.dll

Contains the Groups of a Grammar.

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

Returns

GroupCollection.Enumerator

See Also