C# Class CFGLib.Parsers.Graphs.ForestNodeNode

Afficher le fichier Open project: ellisonch/CFGLib Class Usage Examples

Méthodes publiques

Свойство Type Description
Id string
Node CFGLib.Parsers.Forests.ForestNode

Méthodes publiques

Méthode Description
ForestNodeNode ( ForestNode node, string id, int rank ) : CFGLib.Parsers.Forests

Method Details

ForestNodeNode() public méthode

public ForestNodeNode ( ForestNode node, string id, int rank ) : CFGLib.Parsers.Forests
node CFGLib.Parsers.Forests.ForestNode
id string
rank int
Résultat CFGLib.Parsers.Forests

Property Details

Id public_oe property

public string Id
Résultat string

Node public_oe property

public ForestNode,CFGLib.Parsers.Forests Node
Résultat CFGLib.Parsers.Forests.ForestNode