'Declaration <IgnoreDataMemberAttribute()> Public ReadOnly Property Dictionary As Dictionary(Of String,TValue)
'Usage Dim instance As AjaxDictionary(Of TValue) Dim value As Dictionary(Of String,TValue) value = instance.Dictionary
[IgnoreDataMember()] public Dictionary<string,TValue> Dictionary {get;}
[IgnoreDataMember()] public: __property Dictionary<string*,TValue*>* get_Dictionary();
[IgnoreDataMember()] public: property Dictionary<String^,TValue^>^ Dictionary { Dictionary<String^,TValue^>^ get(); }