Struct ProductionMemberList
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
intThe index of the production member.
Property Value
Methods
GetEnumerator()
Gets the collection's enumerator.
public ProductionMemberList.Enumerator GetEnumerator()