Provides new types of collections.
Classes
| Class | Description | |
|---|---|---|
| ChildCollection<(Of <(<'TParent, TChild>)>)> |
Represents a collection of children.
| |
| CollectionChangedEventArgs<(Of <(<'T>)>)> |
Provides data for the CollectionChanged event.
| |
| CollectionHelper |
Provides extension methods for working with collections.
| |
| DelegateComparer<(Of <(<'T>)>)> |
Compares two items using a user-defined Comparison<(Of <(<'T>)>)> delegate. (Note: In .NET
4.5 or higher use Comparer<T>.Create() instead of this class.)
| |
| Deque<(Of <(<'T>)>)> |
Represents a double-ended queue (deque) of objects.
| |
| NamedObjectCollection<(Of <(<'T>)>)> |
Stores objects by their names.
| |
| NotifyingCollection<(Of <(<'T>)>)> |
Represents collection of objects that sends notifications (events) when the collection is
modified.
| |
| PooledEnumerable<(Of <(<'T>)>)> |
Provides a base implementation for an IEnumerable<(Of <(<'T>)>)> and an
IEnumerator<(Of <(<'T>)>)> supporting resource pooling. (For internal use only.)
| |
| PriorityQueue<(Of <(<'T>)>)> |
Represents a queue of values where the greatest item can be accessed quickly.
| |
| SynchronizedNotifyingCollection<(Of <(<'T>)>)> |
Represents a collection of objects that sends notifications (events) when the collection is
modified where access is thread-safe. (Not available on these platforms: Silverlight, Windows
Phone 7, Xbox 360)
| |
| WeakCollection<(Of <(<'T>)>)> |
Represents a collection of objects of type T using weak references.
|
Structures
| Structure | Description | |
|---|---|---|
| Deque<(Of <(<'T>)>)>..::..Enumerator |
Enumerates the elements of a Deque<(Of <(<'T>)>)>.
| |
| Pair<(Of <(<'T>)>)> |
Stores two unordered related objects.
| |
| Pair<(Of <(<'TFirst, TSecond>)>)> |
Stores two ordered related objects.
| |
| PriorityQueue<(Of <(<'T>)>)>..::..Enumerator |
Enumerates the elements of a PriorityQueue<(Of <(<'T>)>)>.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| CollectionChangedAction |
Describes the action that caused a CollectionChanged
event.
|