BsonTrieNode(TValue) Class (original) (raw)
BsonTrieNodeTValue Class
Represents a node in a BsonTrie.
Inheritance Hierarchy
Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public sealed class BsonTrieNode
Public NotInheritable Class BsonTrieNode(Of TValue)
[] type BsonTrieNode<'TValue> = class end
Type Parameters
TValue
The type of the BsonTrie values.
The BsonTrieNodeTValue type exposes the following members.
Properties
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------ |
| | ElementName | Gets the element name for this node. |
|
| HasValue | Gets whether this node has a value. |
|
| Value | Gets the value for this node. |
Methods
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
| GetChild | Gets the child of this node for a given key byte. |
|
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
|
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
See Also