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