static public method AmmoInfoController.Serialization.Write

Brief

Writes the simple entity to XML

Declaration
C#
void  Write (System.Xml.XmlDocument doc, System.Xml.XmlNode parent, AmmoInfo 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