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