|
Space Engineers
|
Public Member Functions | |
| SerializableDictionary () | |
| SerializableDictionary (Dictionary< T, U > dict) | |
Properties | |
| Dictionary< T, U > | Dictionary [get, set] |
| Public stuff dictionary. More... | |
| DictionaryEntry[] | DictionaryEntryProp [get, set] |
| Property created expressly for the XmlSerializer More... | |
| U | this[T key] [get, set] |
Definition at line 14 of file SerializableDictionary.cs.
|
inline |
Definition at line 16 of file SerializableDictionary.cs.
|
inline |
Definition at line 18 of file SerializableDictionary.cs.
|
getset |
Public stuff dictionary.
Note the XmlIgnore attribute.
Definition at line 30 of file SerializableDictionary.cs.
|
getset |
Property created expressly for the XmlSerializer
Note the XML Serialiazation attributes; they control what elements are named when this object is serialized.
Definition at line 44 of file SerializableDictionary.cs.
|
getset |
Definition at line 80 of file SerializableDictionary.cs.
1.8.8