Click or drag to resize
MessagePackObjectDictionaryValueCollectionEnumeratorCurrent Property
Gets the element at the current position of the enumerator.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObject Current { get; }

Property Value

Type: MessagePackObject
The element in the underlying collection at the current position of the enumerator.

Implements

IEnumeratorTCurrent
See Also