Method GetChild
GetChild(byte)
Gets the child of this node for a given key byte.
Parameters
keyByte
byteThe key byte.
Returns
- Bson
Trie <TValue>Node The child node if it exists; otherwise, null.
Gets the child of this node for a given key byte.
keyByte
byteThe key byte.
The child node if it exists; otherwise, null.