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