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