Lists
A List leverages generics. it is essentially a type-safe list of objects. You can add and remove items from it and it automatically deals with allocating space.
Compare with Arrays . An Array is fixed in size once it is allocated. You can't add items to it or remove items from it. The elements must be the same type.
In this category
The following articles will be discussed.
- BlobList
- DbKeyList
- DtoList
- IntegerList
- ObjectList
- StringList