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