Enumerator for NetworkDictionary. More...
Inherits IEnumerator< KeyValuePair< K, V >>.
Public Member Functions | |
void | Dispose () |
Dispose enumerator. More... | |
bool | MoveNext () |
Move to next entry in dictionary. More... | |
void | Reset () |
Reset enumerator. More... | |
Public Attributes | |
int | _bucket |
NetworkDictionary< K, V > | _dict |
int | _entry |
Properties | |
KeyValuePair< K, V > | Current [get] |
Current key/value pair. More... | |
object IEnumerator. | Current [get] |
void Dispose | ( | ) |
Dispose enumerator.
bool MoveNext | ( | ) |
Move to next entry in dictionary.
void Reset | ( | ) |
Reset enumerator.
|
get |
Current key/value pair.
InvalidOperationException | Thrown if enumerator is not valid. |