Click or drag to resize

OrderedDictionary<TKey, TValue> .ValueCollection.Enumerator Structure

Enumerates the elements of a OrderedDictionary<TKey, TValue>.ValueCollection.
Inheritance Hierarchy
System.Object
  System.ValueType
    GSF.Collections.OrderedDictionary<TKey, TValue>.ValueCollection.Enumerator

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
Syntax
public struct Enumerator : IEnumerator<TValue>, 
	IDisposable, IEnumerator
View Source

The OrderedDictionary<TKey, TValue> .ValueCollection.Enumerator type exposes the following members.

Properties
 NameDescription
Public propertyCurrent Gets the element at the current position of the enumerator.
Top
Methods
 NameDescription
Public methodDispose Releases all resources used by the OrderedDictionary<TKey, TValue>.ValueCollection.Enumerator.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMoveNext Advances the enumerator to the next element of the OrderedDictionary<TKey, TValue>.ValueCollection.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefault<T> Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also