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

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

Property Value

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

Implements

IEnumeratorTCurrent
See Also