Struct TreeDictionary<TKey, TValue>.Enumerator
Implements
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>
IDictionaryEnumerator
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public struct Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>, IDictionaryEnumerator
Properties
| Improve this Doc View SourceCurrent
Declaration
public System.Collections.Generic.KeyValuePair<TKey, TValue> Current { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.KeyValuePair<TKey, TValue> |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Collections.Generic.IEnumerator<>
IDictionaryEnumerator