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