C# 클래스 FileScanner.PatternMatching.Trie.Node

파일 보기 프로젝트 열기: kzemek/FileScanner

공개 메소드들

메소드 설명
ConstructNode ( char c ) : Node
Next ( char c ) : Node
Node ( ) : System.Collections.Generic

메소드 상세

ConstructNode() 공개 메소드

public ConstructNode ( char c ) : Node
c char
리턴 Node

Next() 공개 메소드

public Next ( char c ) : Node
c char
리턴 Node

Node() 공개 메소드

public Node ( ) : System.Collections.Generic
리턴 System.Collections.Generic