OrderedDictionaryTKey, TValueKeyCollectionEnumerator Structure

Enumerates the elements of a OrderedDictionaryTKey, TValueKeyCollection.

Definition

Namespace: Gemstone.Collections
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public struct Enumerator : IEnumerator<TKey>, 
	IEnumerator, IDisposable
Inheritance
Object    ValueType    OrderedDictionaryTKey, TValueKeyCollectionEnumerator
Implements
IEnumeratorTKey, IEnumerator, IDisposable

Properties

Current Gets the element at the current position of the enumerator.

Methods

Dispose Releases all resources used by the OrderedDictionaryTKey, TValueKeyCollectionEnumerator.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MoveNext Advances the enumerator to the next element of the OrderedDictionaryTKey, TValueKeyCollection.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Extension Methods

GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)

See Also