MessagePackObjectDictionaryEnumeratorMoveNext Method |
Advances the enumerator to the next element of the underlying collection.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax Public Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
Return Value
Type:
Booleantrue if the enumerator was successfully advanced to the next element;
false if the enumerator has passed the end of the collection.
Implements
IEnumeratorMoveNextExceptions See Also