Click or drag to resize
MessagePackObjectDictionaryGetEnumerator Method
Returns an enumerator that iterates through the MessagePackObjectDictionary.

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

Return Value

Type: MessagePackObjectDictionaryEnumerator
Returns an enumerator that iterates through the MessagePackObjectDictionary.
Remarks
This method is an O(1) operation.
See Also