Struct TrackingList<T>.AddedCollection
Provides the active added items.
public readonly struct TrackingList<T>.AddedCollection : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
- Implements
-
IEnumerable<T>
- Inherited Members
- Extension Methods
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 an added item enumerator.
public TrackingList<T>.AddedEnumerator GetEnumerator()