Click or drag to resize
MessagePackObjectDictionaryValueCollectionGetEnumerator Method
Returns an enumerator that iterates through this collction.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObjectDictionaryValueCollectionEnumerator GetEnumerator()

Return Value

Type: MessagePackObjectDictionaryValueCollectionEnumerator
Returns an enumerator that iterates through this collction.
See Also