Space Engineers
Properties | List of all members
VRage.Serialization.SerializableDictionaryCompat< T, U, V > Class Template Reference
Inheritance diagram for VRage.Serialization.SerializableDictionaryCompat< T, U, V >:
VRage.Serialization.SerializableDictionary< T, U >

Properties

new DictionaryEntry[] DictionaryEntryProp [get, set]
 Property created expressly for the XmlSerializer More...
 
- Properties inherited from VRage.Serialization.SerializableDictionary< T, U >
Dictionary< T, U > Dictionary [get, set]
 Public stuff dictionary. More...
 
DictionaryEntry[] DictionaryEntryProp [get, set]
 Property created expressly for the XmlSerializer More...
 
this[T key] [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from VRage.Serialization.SerializableDictionary< T, U >
 SerializableDictionary ()
 
 SerializableDictionary (Dictionary< T, U > dict)
 

Detailed Description

Type Constraints
U :IAssignableFrom<V> 
U :new() 

Definition at line 100 of file SerializableDictionary.cs.

Property Documentation

new DictionaryEntry [] VRage.Serialization.SerializableDictionaryCompat< T, U, V >.DictionaryEntryProp
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 111 of file SerializableDictionary.cs.


The documentation for this class was generated from the following file: