Class BsonTrieNode<TValue>
Represents a node in a BsonTrie.
public sealed class BsonTrieNode<TValue>
  Type Parameters
TValueThe 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.