C# Class AddressMatch.GraphNode

Afficher le fichier Open project: pwq1989/AddressMatch Class Usage Examples

Méthodes publiques

Свойство Type Description
NextNodeList List

Méthodes publiques

Méthode Description
GraphNode ( string name, LEVEL level ) : System
GraphNode ( string name, LEVEL level, List nextNodeList ) : System

Private Methods

Méthode Description
GraphNode ( ) : System

Method Details

GraphNode() public méthode

public GraphNode ( string name, LEVEL level ) : System
name string
level LEVEL
Résultat System

GraphNode() public méthode

public GraphNode ( string name, LEVEL level, List nextNodeList ) : System
name string
level LEVEL
nextNodeList List
Résultat System

Property Details

NextNodeList public_oe property

public List NextNodeList
Résultat List