static public method AmmoInfoController.Serialization.Write

Brief

Writes the extended ammunition information to XML

Declaration
C#
void  Write (System.Xml.XmlDocument doc, System.Xml.XmlNode parent, AmmoInfoEx ammo)

Parameters
doc

The XML document.

parent

The parent tag or null to put the information into root of the document.

ammo

The entity to be serialized.

Declared in AmmoInfoController.Serialization

back