Struct ProductionCollection
Contains the members of a Production.
public readonly struct ProductionCollection : IReadOnlyCollection<Production>, IEnumerable<Production>, 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 ProductionCollection.Enumerator GetEnumerator()