![Public class Public class](images/ms233746.pubclass(vs.90).gif) |
OrderedVariableSizeList |
An object which contains a variable-size collection of elements of type T, without an insert method, without the ability to change existing items, and which is not synchronized. |
![Public class Public class](images/ms233746.pubclass(vs.90).gif) |
ReadOnlyList |
Infrastructure. Object to contain a read-only collection of elements of type T which is not synchronized. |
![Public class Public class](images/ms233746.pubclass(vs.90).gif) |
VariableSizeList |
An object which contains a variable-size collection of elements of type T, without an insert method, without the ability to change existing items, and which is not synchronized. |