Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
FileScanner
PatternMatching
Trie.Node
C# Class FileScanner.PatternMatching.Trie.Node
Mostra file
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