| MessagePackObjectDictionaryKeys Property  | 
 
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntaxpublic MessagePackObjectDictionaryKeySet Keys { get; }Public ReadOnly Property Keys As MessagePackObjectDictionaryKeySet
	Get
public:
property MessagePackObjectDictionaryKeySet^ Keys {
	MessagePackObjectDictionaryKeySet^ get ();
}member Keys : MessagePackObjectDictionaryKeySet with 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