Arrays implement ICollection, IEnumerable, and IList interfaces, but not all the members defined by those interface contracts are supported. SZArrays provide the most support. 06/23/2008 SZArray Multi ...
When classes are more structure than you need, tuples let you specify simple type-safe aggregates of other data types. They'll also let you create a dictionary collection…but it won't be type-safe. In ...