MessagePackObjectDictionaryGetEnumerator Method |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackObjectDictionaryEnumerator GetEnumerator()
Public Function GetEnumerator As MessagePackObjectDictionaryEnumerator
public:
MessagePackObjectDictionaryEnumerator GetEnumerator()
member GetEnumerator : unit -> MessagePackObjectDictionaryEnumerator
Return Value
Type:
MessagePackObjectDictionaryEnumerator
Returns an enumerator that iterates through the
MessagePackObjectDictionary.
Remarks
This method is an O(1) operation.
See Also