Table of Contents

Struct GroupNestingCollection

Namespace
Farkle.Grammars
Assembly
Farkle.dll

Contains the GroupDefinitions that can be nested inside a GroupDefinition.

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

Returns

GroupNestingCollection.Enumerator

See Also