C# Class FileScanner.PatternMatching.Trie.Node

Datei anzeigen Open project: kzemek/FileScanner

Public Methods

Method Description
ConstructNode ( char c ) : Node
Next ( char c ) : Node
Node ( ) : System.Collections.Generic

Method Details

ConstructNode() public method

public ConstructNode ( char c ) : Node
c char
return Node

Next() public method

public Next ( char c ) : Node
c char
return Node

Node() public method

public Node ( ) : System.Collections.Generic
return System.Collections.Generic