C# Class Goedel.Mesh.ConfigRegistryEntry

Parent class for registry entries.
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
Write ( string Key, XmlWriter Writer ) : void

Write the value to an XML stream.

Method Details

Write() public abstract method

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.
return void