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 | | | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------ | | Public property | ElementName | Gets the element name for this node. | | Public property | HasValue | Gets whether this node has a value. | | Public property | Value | Gets the value for this node. |

Top

Methods

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Public method | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | | Public method | GetChild | Gets the child of this node for a given key byte. | | Public method | GetHashCode | Serves as the default hash function. (Inherited from Object.) | | Public method | GetType | Gets the Type of the current instance. (Inherited from Object.) | | Public method | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Top

Extension Methods

See Also

Reference