C# Class FileScanner.PatternMatching.Trie.Node

Afficher le fichier Open project: kzemek/FileScanner

Méthodes publiques

Méthode Description
ConstructNode ( char c ) : Node
Next ( char c ) : Node
Node ( ) : System.Collections.Generic

Method Details

ConstructNode() public méthode

public ConstructNode ( char c ) : Node
c char
Résultat Node

Next() public méthode

public Next ( char c ) : Node
c char
Résultat Node

Node() public méthode

public Node ( ) : System.Collections.Generic
Résultat System.Collections.Generic