Click or drag to resize
MessagePackObjectDictionaryKeys Property

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObjectDictionaryKeySet Keys { get; }

Property Value

Type: MessagePackObjectDictionaryKeySet

[Missing <value> documentation for "P:MsgPack.MessagePackObjectDictionary.Keys"]

Return Value

Type: MessagePackObjectDictionaryKeySet
An MessagePackObjectDictionaryKeySet containing the keys of the object. This value will not be null.
Remarks
This operation is an O(1) operation.
See Also