|
Space Engineers
|
Public Member Functions | |
| SerializableDictionaryHack () | |
| SerializableDictionaryHack (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 SerializableDictionaryHack.cs.
|
inline |
Definition at line 16 of file SerializableDictionaryHack.cs.
|
inline |
Definition at line 18 of file SerializableDictionaryHack.cs.
|
getset |
Public stuff dictionary.
Note the XmlIgnore attribute.
Definition at line 30 of file SerializableDictionaryHack.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 43 of file SerializableDictionaryHack.cs.
|
getset |
Definition at line 79 of file SerializableDictionaryHack.cs.
1.8.8