MessagePackObjectDictionaryEnumeratorCurrent Property |
Gets the element at the current position of the enumerator.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public KeyValuePair<MessagePackObject, MessagePackObject> Current { get; }
Public ReadOnly Property Current As KeyValuePair(Of MessagePackObject, MessagePackObject)
Get
public:
virtual property KeyValuePair<MessagePackObject, MessagePackObject> Current {
KeyValuePair<MessagePackObject, MessagePackObject> get () sealed;
}
abstract Current : KeyValuePair<MessagePackObject, MessagePackObject> with get
override Current : KeyValuePair<MessagePackObject, MessagePackObject> with get
Property Value
Type:
KeyValuePairMessagePackObject,
MessagePackObject
The element in the underlying collection at the current position of the enumerator.
Implements
IEnumeratorTCurrentSee Also