Table of Contents

Method Create

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Create(object)

Creates a new BsonInt64.

public static BsonInt64 Create(object value)

Parameters

value object

An object to be mapped to a BsonInt64.

Returns

BsonInt64

A BsonInt64 or null.