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

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

Return Value

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