Namespace: CreepyTowersAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
protected Dictionary<string, Stat> Stats { get; set; }
protected Dictionary<string, Stat> Stats { get; set; }
Protected Property Stats As Dictionary(Of String, Stat)
Get
Set
Protected Property Stats As Dictionary(Of String, Stat)
Get
Set
protected:
property Dictionary<String^, Stat^>^ Stats {
Dictionary<String^, Stat^>^ get ();
void set (Dictionary<String^, Stat^>^ value);
}
protected:
property Dictionary<String^, Stat^>^ Stats {
Dictionary<String^, Stat^>^ get ();
void set (Dictionary<String^, Stat^>^ value);
}
member Stats : Dictionary<string, Stat> with get, set
member Stats : Dictionary<string, Stat> with get, set
Property Value
Type:
Dictionary String,
Stat