IVersionableCollection

IVersionableCollection


Use this interface to indicate the current version of a collection.

The primary purpose of this interface is to allow implementors of the collection classes to indicate the version of the collection while the collection is being enumerated. If a collection changes during enumeration then an exception should be thrown.


Public:

Properties:

NameDescription
 CurrentVersion (get) Returns the current version of the instance.