SortedList<TKey, TValue>.Enumerator Class
Namespace: Stride.Core.Collections
Assembly: Stride.Core.dll
System.Object →
SortedList<TKey, TValue>.Enumerator
Derived from SortedList<TKey, TValue>.Enumerator:
public sealed class Enumerator : IEnumerator<KeyValuePair<TKey, TValue>>, IEnumerator, IDisposable
|
Improve this Doc
View Source
Constructors
Enumerator(SortedList<TKey, TValue>)
public Enumerator(SortedList<TKey, TValue> host)
Parameters
| Type |
Name |
Description |
| SortedList<TKey, TValue> |
host |
|
|
Improve this Doc
View Source
Properties
Current
public KeyValuePair<TKey, TValue> Current { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.KeyValuePair<TKey, TValue> |
|
|
Improve this Doc
View Source
Methods
Dispose()
MoveNext()
Returns
| Type |
Description |
| System.Boolean |
|
Reset()
|
Improve this Doc
View Source
Explicit Interface Implementations
IEnumerator.Current
object IEnumerator.Current { get; }
Returns
| Type |
Description |
| System.Object |
|
Extension Methods