Click or drag to resize
MessagePackObjectDictionaryValues Property

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

Property Value

Type: MessagePackObjectDictionaryValueCollection

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

Return Value

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