A serializable class used to store object data, the key is a string (the object name), the value is a string (the object data)
More...
Inherits MoreMountains.Tools.MMSerializableDictionary< TKey, TValue >.
|
| List< TKey > | _keys = new List<TKey>() |
| List< TValue > | _values = new List<TValue>() |
A serializable class used to store object data, the key is a string (the object name), the value is a string (the object data)
◆ DictionaryStringString() [1/2]
| MoreMountains.Tools.DictionaryStringString.DictionaryStringString |
( |
| ) |
|
◆ DictionaryStringString() [2/2]
| MoreMountains.Tools.DictionaryStringString.DictionaryStringString |
( |
SerializationInfo | info, |
|
|
StreamingContext | context ) |
|
protected |
The documentation for this class was generated from the following file: