Table of Contents

Operator implicit operator

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

implicit operator BsonInt32(int)

Converts an int to a BsonInt32.

public static implicit operator BsonInt32(int value)

Parameters

value int

An int.

Returns

BsonInt32

A BsonInt32.