Table of Contents

Struct ProductionMemberList

Namespace
Farkle.Grammars
Assembly
Farkle.dll

Contains the members of a Production.

public readonly struct ProductionMemberList : IReadOnlyList<EntityHandle>, IReadOnlyCollection<EntityHandle>, IEnumerable<EntityHandle>, 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.

this[int]

Gets the production member at the specified index.

public EntityHandle this[int index] { get; }

Parameters

index int

The index of the production member.

Property Value

EntityHandle

Methods

GetEnumerator()

Gets the collection's enumerator.

public ProductionMemberList.Enumerator GetEnumerator()

Returns

ProductionMemberList.Enumerator

See Also