December 2018
Beginner to intermediate
668 pages
15h 30m
English
There are a few other collections for special situations:
|
Collection |
Description |
|
System.Collections.BitArray |
This manages a compact array of bit values, which are represented as Booleans, where true indicates that the bit is on (1) and false indicates the bit is off (0) |
|
System.Collections .Generics.LinkedList<T> |
This represents a doubly linked list where every item has a reference to its previous and next items |
Read now
Unlock full access