Show / Hide Table of Contents

Struct SortedDictionary<TKey, TValue>.Enumerator

Represents a key-value enumerator.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct Enumerator : IEnumerator<KeyValuePair<TKey, TValue>>, IDisposable, IDictionaryEnumerator, IEnumerator

Properties

Current

Returns the current item.

Declaration
public KeyValuePair<TKey, TValue> Current { get; }
Property Value
KeyValuePair<TKey, TValue>

Methods

Dispose()

Diposes this enumerator.

Declaration
public void Dispose()

MoveNext()

Move to the next item.

Declaration
public bool MoveNext()
Returns
System.Boolean

Back to top Built by Itinero, MIT licensed.