C# Class ToyBox.PropertyListWriter

Afficher le fichier Open project: jlyonsmith/ToyBox

Méthodes publiques

Méthode Description
WriteXml ( XmlWriter writer, PropertyList propList ) : void

Private Methods

Méthode 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 méthode

public static WriteXml ( XmlWriter writer, PropertyList propList ) : void
writer System.Xml.XmlWriter
propList PropertyList
Résultat void