public method BallisticXmlDeserializer.Deserialize

Brief

Deserialize the element as the object of the specified type.

Declaration
C#
Deserialize<T> (System.Xml.XmlElement element)

Parameters
T
element

Details

The method returns null if the object has a type other than T.

Declared in BallisticXmlDeserializer

back