Click or drag to resize
MessagePackObjectDictionaryValueCollectionEnumerator Structure

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

The MessagePackObjectDictionaryValueCollectionEnumerator 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