C# 클래스 Monobjc.Tools.PropertyList.PListItemBase

Desribes an arbitrary element in an PList file.
파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

공개 메소드들

메소드 설명
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