Table of Contents

Method Add

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

Add(string, TValue)

Adds the specified elementName (after encoding as a UTF8 byte sequence) and value to the trie.

public void Add(string elementName, TValue value)

Parameters

elementName string

The element name to add.

value TValue

The value to add. The value can be null for reference types.