stats Field
<DataMember()> _
Public Shadows stats As Dictionary(Of String, Integer)
This language is not supported or no code example is available.
[DataMember()]
new public Dictionary<string, int> stats
This language is not supported or no code example is available.
[DataMember()]
public:
Dictionary<String^, int>^ stats;
This language is not supported or no code example is available.