C# Класс MegaMan.IO.Xml.Handlers.Commands.EntityCommandXmlWriter

Наследование: ICommandXmlWriter
Показать файл Открыть проект

Открытые методы

Метод Описание
EntityCommandXmlWriter ( EntityPlacementXmlWriter entityWriter ) : System
Write ( MegaMan.Common.SceneCommandInfo info, XmlWriter writer ) : void

Описание методов

EntityCommandXmlWriter() публичный Метод

public EntityCommandXmlWriter ( EntityPlacementXmlWriter entityWriter ) : System
entityWriter EntityPlacementXmlWriter
Результат System

Write() публичный Метод

public Write ( MegaMan.Common.SceneCommandInfo info, XmlWriter writer ) : void
info MegaMan.Common.SceneCommandInfo
writer System.Xml.XmlWriter
Результат void