BsonTrie(TValue) Class (original) (raw)
BsonTrieTValue Class
Represents a mapping from a set of UTF8 encoded strings to a set of elementName/value pairs, implemented as a trie.
Inheritance Hierarchy
Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class BsonTrie
Public Class BsonTrie(Of TValue)
type BsonTrie<'TValue> = class end
Type Parameters
TValue
The type of the BsonTrie values.
The BsonTrieTValue type exposes the following members.
Constructors
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ------------------------------------------------- |
| | BsonTrieTValue | Initializes a new instance of the BsonTrie class. |
Properties
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------- |
| | Root | Gets the root node. |
Methods
Extension Methods
See Also