IndexedArrayT | A self growing array of items. This class is thread safe. |
ListCollectionT | A faster and functionally equivalent implementation of CollectionT |
OrderedDictionaryTKey, TValue | Represents an ordered collection of keys and values with the same performance as DictionaryTKey, TValue with O(1) lookups and adds but with O(n) inserts and removes. |
OrderedDictionaryTKey, TValueKeyCollection | Represents the collection of keys in a OrderedDictionaryTKey, TValue. This class cannot be inherited. |
OrderedDictionaryTKey, TValueValueCollection | Represents the collection of values in a OrderedDictionaryTKey, TValue. This class cannot be inherited. |
PagedListT | Defines a paged list for an enumeration. |
OrderedDictionaryTKey, TValueEnumerator | Enumerates the elements of a OrderedDictionaryTKey, TValue. |
OrderedDictionaryTKey, TValueKeyCollectionEnumerator | Enumerates the elements of a OrderedDictionaryTKey, TValueKeyCollection. |
OrderedDictionaryTKey, TValueValueCollectionEnumerator | Enumerates the elements of a OrderedDictionaryTKey, TValueValueCollection. |
IPagedList | Defines an interface for PagedListT instances that is usable regardless of any specified type. |