Property | Type | Description | |
---|---|---|---|
Letter | char |
Method | Description | |
---|---|---|
AddChild ( |
||
ToString ( ) : string | ||
TrieNode ( char letter ) : System.Collections.Generic | ||
TryGetChildWith ( char character, |
public TrieNode ( char letter ) : System.Collections.Generic | ||
letter | char | |
return | System.Collections.Generic |
public TryGetChildWith ( char character, |
||
character | char | |
child | ||
return | bool |