Show / Hide Table of Contents

Struct SortedDictionary<TKey, TValue>.KeyCollection.Enumerator

Represents the 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<TKey>, IEnumerator, IDisposable

Properties

Current

Returns the current itme.

Declaration
public TKey Current { get; }
Property Value
TKey

Methods

Dispose()

Diposes the current 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.