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