Table of Contents

Method Create

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Create(object)

Creates a new BsonArray.

public static BsonArray Create(object value)

Parameters

value object

A value to be mapped to a BsonArray.

Returns

BsonArray

A BsonArray or null.