ReadOnlyCollectionBase « Data Structure « VB.Net






1.ReadOnlyCollectionBase is abstract base class for a strongly typed non-generic read-only collection.
2.Uses the For Each statement which hides the complexity of the enumerator
3.Uses the enumerator with ReadOnlyCollectionBase