TrieNameDecoderTValue Constructor |
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public TrieNameDecoder(
BsonTrie<TValue> trie
)
Public Sub New (
trie As BsonTrie(Of TValue)
)
new :
trie : BsonTrie<'TValue> -> TrieNameDecoder
Parameters
- trie
- Type: MongoDB.Bson.IOBsonTrieTValue
The trie.
See Also