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

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

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

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

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

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

public ConditionCommandXmlWriter ( HandlerCommandXmlWriter commandWriter ) : System
commandWriter HandlerCommandXmlWriter
Результат System

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

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