C# Class Goedel.Mesh.ConfigRegistryEntry

Parent class for registry entries.
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
Write ( string Key, XmlWriter Writer ) : void

Write the value to an XML stream.

Method Details

Write() public abstract méthode

Write the value to an XML stream.
public abstract Write ( string Key, XmlWriter Writer ) : void
Key string The key to write
Writer System.Xml.XmlWriter The writer to output the entry to.
Résultat void