Table of Contents

Method Create

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Create(object)

Creates a new BsonSymbol.

public static BsonSymbol Create(object value)

Parameters

value object

An object to be mapped to a BsonSymbol.

Returns

BsonSymbol

A BsonSymbol or null.