Table of Contents

Class BsonTrieNode<TValue>

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

Represents a node in a BsonTrie.

public sealed class BsonTrieNode<TValue>

Type Parameters

TValue

The type of the BsonTrie values.

Inheritance
BsonTrieNode<TValue>
Inherited Members
Extension Methods

Properties

ElementName

Gets the element name for this node.

HasValue

Gets whether this node has a value.

Value

Gets the value for this node.

Methods

GetChild(byte)

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