protected IDictionary<string, Object> Values { get; }
Protected ReadOnly Property Values As IDictionary(Of String, Object)
Get
protected:
property IDictionary<String^, Object^>^ Values {
IDictionary<String^, Object^>^ get ();
}
member Values : IDictionary<string, Object> with get