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