Click or drag to resize
MessagePackObjectDictionaryEnumerator Structure
Enumerates the elements of a MessagePackObjectDictionary in order.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public struct Enumerator : IEnumerator<KeyValuePair<MessagePackObject, MessagePackObject>>, 
	IDisposable, IDictionaryEnumerator, IEnumerator

The MessagePackObjectDictionaryEnumerator type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
Gets the element at the current position of the enumerator.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the this instance.
Public methodMoveNext
Advances the enumerator to the next element of the underlying collection.
Top
See Also