| TrieNameDecoderTValue Constructor | 
 
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxpublic TrieNameDecoder(
	BsonTrie<TValue> trie
)
Public Sub New ( 
	trie As BsonTrie(Of TValue)
)
new : 
        trie : BsonTrie<'TValue> -> TrieNameDecoderParameters
- trie
- Type: MongoDB.Bson.IOBsonTrieTValue
 The trie.
 See Also
See Also