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

Registry entry for null terminated string.
Наследование: ConfigRegistryEntry
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Value string

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

Метод Описание
ConfigRegistryEntrySZ ( string Value ) : System

Construct a new instance.

Write ( string Key, XmlWriter Writer ) : void

Write the formatted value to an XML stream.

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

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

Construct a new instance.
public ConfigRegistryEntrySZ ( string Value ) : System
Value string the initial value of the entry.
Результат System

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

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

Описание свойств

Value публичное свойство

The entry value
public string Value
Результат string