The current version of the dequeue. The version is increased with every changing operation. The main use is to invalidate all IEnumerators.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public ulong Version { get; }
Visual Basic (Declaration)
Public ReadOnly Property Version As ULong
Visual C++
public:
property unsigned long long Version {
	unsigned long long get ();
}

See Also