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

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...
 
this[T key] [get, set]
 

Detailed Description

Definition at line 14 of file SerializableDictionary.cs.

Constructor & Destructor Documentation

Definition at line 16 of file SerializableDictionary.cs.

Definition at line 18 of file SerializableDictionary.cs.

Property Documentation

Dictionary<T, U> VRage.Serialization.SerializableDictionary< T, U >.Dictionary
getset

Public stuff dictionary.

Note the XmlIgnore attribute.

Definition at line 30 of file SerializableDictionary.cs.

DictionaryEntry [] VRage.Serialization.SerializableDictionary< T, U >.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 44 of file SerializableDictionary.cs.

U VRage.Serialization.SerializableDictionary< T, U >.this[T key]
getset

Definition at line 80 of file SerializableDictionary.cs.


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