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

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

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

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

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

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

public TextCommandXmlWriter ( SceneBindingXmlWriter bindingWriter ) : System
bindingWriter SceneBindingXmlWriter
Результат System

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

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