C# 클래스 ToyBox.PropertyListWriter

파일 보기 프로젝트 열기: jlyonsmith/ToyBox

공개 메소드들

메소드 설명
WriteXml ( XmlWriter writer, PropertyList propList ) : void

비공개 메소드들

메소드 설명
WriteArray ( XmlWriter writer, string key, List list ) : void
WriteDict ( XmlWriter writer, string key, object>.Dictionary dict ) : void
WriteKeyValue ( XmlWriter writer, string key, object value ) : void
WritePropertyList ( XmlWriter writer, PropertyList propList ) : void

메소드 상세

WriteXml() 공개 정적인 메소드

public static WriteXml ( XmlWriter writer, PropertyList propList ) : void
writer System.Xml.XmlWriter
propList PropertyList
리턴 void