C# Class ToyBox.PropertyListWriter

ファイルを表示 Open project: jlyonsmith/ToyBox

Public Methods

Method Description
WriteXml ( XmlWriter writer, PropertyList propList ) : void

Private Methods

Method Description
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

Method Details

WriteXml() public static method

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