A Dictionary with a String Key with Int Values that can be serialized into JSON
More...
|
List< string > | Keys = new List<string>() |
|
List< int > | Values = new List<int>() |
|
A Dictionary with a String Key with Int Values that can be serialized into JSON
◆ Keys
List<string> Boomerang2DFramework.Framework.SerializableIntDictionary.Keys = new List<string>() |
◆ Values
List<int> Boomerang2DFramework.Framework.SerializableIntDictionary.Values = new List<int>() |
◆ Dictionary
Dictionary<string, int> Boomerang2DFramework.Framework.SerializableIntDictionary.Dictionary |
|
get |
The documentation for this class was generated from the following file: