Table of Contents

Method GetChild

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

GetChild(byte)

Gets the child of this node for a given key byte.

public BsonTrieNode<TValue> GetChild(byte keyByte)

Parameters

keyByte byte

The key byte.

Returns

BsonTrieNode<TValue>

The child node if it exists; otherwise, null.