- Value Type versus Reference Type
- Elementare Datentypen
- Objektmengen
- Generische Klassen
- Generische Objektmengen
- Spezialisierte Datenstrukturen
In diesem Schulungsmodul werden die Klassen der .NET-Namensräume System.Collections und System.Collections.Generics behandelt sowie System.Collections.Concurrent und System.Collections.Immutable, z.B.
System.Collections
ArrayList
BitArray
CollectionBase
Comparer
DictionaryBase
Hashtable
Queue
SortedList
Stack
System.Collections.Generics
Dictionary<TKey, TValue>
HashSet
LinkedList
List
Queue
SortedDictionary<TKey, TValue>
SortedList<TKey, TValue>
SortedSet
Stack
System.Collections.Concurrent
SynchronizedCollection
SynchronizedKeyedCollection<K, T>
SynchronizedReadOnlyCollection
BlockingCollection
ConcurrentBag
ConcurrentDictionary<TKey, TValue>
ConcurrentQueue
ConcurrentStack
System.Collections.Immutable
ImmutableArray.Builder
ImmutableDictionary<TKey, TValue>.Builder
ImmutableHashSet.Builder
ImmutableList.Builder
ImmutableSortedDictionary<TKey, TValue>.Builder
ImmutableSortedSet.Builder
ImmutableArray
ImmutableDictionary
ImmutableDictionary<TKey, TValue>
ImmutableHashSet
ImmutableHashSet
ImmutableInterlocked
ImmutableList
ImmutableList
ImmutableQueue
ImmutableQueue
ImmutableSortedDictionary
ImmutableSortedDictionary<TKey, TValue>
ImmutableSortedSet
ImmutableSortedSet
ImmutableStack
ImmutableStack