C# Класс Goedel.Mesh.ConfigRegistryEntry

Parent class for registry entries.
Показать файл Открыть проект

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

Метод Описание
Write ( string Key, XmlWriter Writer ) : void

Write the value to an XML stream.

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

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

Write the value to an XML stream.
public abstract Write ( string Key, XmlWriter Writer ) : void
Key string The key to write
Writer System.Xml.XmlWriter The writer to output the entry to.
Результат void