'Declaration
Public Property PhoneModels As Dictionary(Of String,Model)
'Usage
Dim instance As Resource Dim value As Dictionary(Of String,Model) instance.PhoneModels = value value = instance.PhoneModels
public Dictionary<string,Model> PhoneModels {get; set;}
public: property Dictionary<String^,Model^>^ PhoneModels { Dictionary<String^,Model^>^ get(); void set ( Dictionary<String^,Model^>^ value); }