Class CollectionToEnd<T>
- Namespace
- SunamoCollectionsGeneric.Collections
- Assembly
- SunamoCollectionsGeneric.dll
A collection that iterates to the end without cycling back to the beginning
public class CollectionToEnd<T> : CyclingCollection<T>
Type Parameters
TThe type of elements in the collection
- Inheritance
-
CollectionToEnd<T>
- Inherited Members
- Extension Methods
Constructors
CollectionToEnd()
Initializes a new instance of the CollectionToEnd class with cycling disabled
public CollectionToEnd()