Click or drag to resize
MessagePackObjectDictionaryEnumeratorMoveNext Method
Advances the enumerator to the next element of the underlying collection.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool MoveNext()

Return Value

Type: Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

IEnumeratorMoveNext
Exceptions
ExceptionCondition
InvalidOperationException The collection was modified after the enumerator was created.
See Also