Photon Fusion
2.0.8
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... | |
Properties | |
| KeyValuePair< K, V > | Current [get] |
| Current key/value pair. More... | |
| 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. |