Table of Contents

Struct TrackingList<T>.AddedCollection

Namespace
Rinku.Tracking
Assembly
Rinku.dll

Provides the active added items.

public readonly struct TrackingList<T>.AddedCollection : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Implements
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()

Returns

TrackingList<T>.AddedEnumerator