| MessagePackObjectDictionaryValues Property | 
 
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
 Syntax
Syntaxpublic MessagePackObjectDictionaryValueCollection Values { get; }Public ReadOnly Property Values As MessagePackObjectDictionaryValueCollection
	Get
public:
property MessagePackObjectDictionaryValueCollection^ Values {
	MessagePackObjectDictionaryValueCollection^ get ();
}member Values : MessagePackObjectDictionaryValueCollection with 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
Remarks
            	This operation is an O(1) operation.
            
 See Also
See Also