MessagePackObjectDictionaryValueCollectionGetEnumerator Method |
Returns an enumerator that iterates through this collction.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackObjectDictionaryValueCollectionEnumerator GetEnumerator()
Public Function GetEnumerator As MessagePackObjectDictionaryValueCollectionEnumerator
public:
MessagePackObjectDictionaryValueCollectionEnumerator GetEnumerator()
member GetEnumerator : unit -> MessagePackObjectDictionaryValueCollectionEnumerator
Return Value
Type:
MessagePackObjectDictionaryValueCollectionEnumerator
Returns an enumerator that iterates through this collction.
See Also