Enumerating Through IDictionary Collections
Tags:
VB
, OO
, 2003
, BCL
, Experienced
Demonstrates what goes on behind the scenes when you use the For Each ... Next loop for a collection. Shows how to use GetEnumerator to control the Reset, MoveNext and Current properties of the enumerator for a collection.