Click or drag to resize

BsonTrieNode<TValue> Properties

The BsonTrieNode<TValue> generic type exposes the following members.

Properties
  NameDescription
Public propertyElementName
Gets the element name for this node.
Public propertyHasValue
Gets whether this node has a value.
Public propertyValue
Gets the value for this node.
Top
See Also