C# Класс Monobjc.Tools.PropertyList.PListItemBase

Desribes an arbitrary element in an PList file.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AppendChild ( PListItemBase child ) : void

Appends the child to this instance.

SetValue ( String value ) : void

Sets the value of this instance.

WriteXml ( XmlWriter writer ) : void

Writes this instance to Xml stream.

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

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

Appends the child to this instance.
public abstract AppendChild ( PListItemBase child ) : void
child PListItemBase The child.
Результат void

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

Sets the value of this instance.
public abstract SetValue ( String value ) : void
value String The value.
Результат void

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

Writes this instance to Xml stream.
public abstract WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter The writer.
Результат void