C# Class Encog.Parse.Tags.Write.WriteXML

Inheritance: WriteTags
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
WriteXML ( Stream os ) : System.IO

Construct an object to write an XML file.

Method Details

WriteXML() public méthode

Construct an object to write an XML file.
public WriteXML ( Stream os ) : System.IO
os Stream The output stream.
Résultat System.IO