C# Class Prebuild.Core.Nodes.SolutionNode

Inheritance: DataNode
Afficher le fichier Open project: aurora-sim/Aurora-Libs Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( XmlNode node ) : void

Parses the specified node.

SolutionNode ( ) : System

Initializes a new instance of the SolutionNode class.

Method Details

Parse() public méthode

Parses the specified node.
public Parse ( XmlNode node ) : void
node System.Xml.XmlNode The node.
Résultat void

SolutionNode() public méthode

Initializes a new instance of the SolutionNode class.
public SolutionNode ( ) : System
Résultat System