Method Create
Create(object)
Creates a new BsonInt64.
public static BsonInt64 Create(object value)
Parameters
value
objectAn object to be mapped to a BsonInt64.
Returns
- BsonInt64
A BsonInt64 or null.
Creates a new BsonInt64.
public static BsonInt64 Create(object value)
value
objectAn object to be mapped to a BsonInt64.
A BsonInt64 or null.