C# Class MegaMan.IO.Xml.Handlers.MenuXmlWriter

Inheritance: HandlerXmlWriter
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
MenuXmlWriter ( HandlerCommandXmlWriter commandWriter ) : System.Xml
Write ( MenuInfo info, XmlWriter writer ) : void

Private Methods

Méthode Description
WriteState ( MenuStateInfo info, XmlWriter writer ) : void

Method Details

MenuXmlWriter() public méthode

public MenuXmlWriter ( HandlerCommandXmlWriter commandWriter ) : System.Xml
commandWriter MegaMan.IO.Xml.Handlers.Commands.HandlerCommandXmlWriter
Résultat System.Xml

Write() public méthode

public Write ( MenuInfo info, XmlWriter writer ) : void
info MenuInfo
writer System.Xml.XmlWriter
Résultat void