BsonArray Constructor |
Name | Description | |
---|---|---|
BsonArray |
Initializes a new instance of the BsonArray class.
| |
BsonArray(IEnumerableBoolean) |
Initializes a new instance of the BsonArray class.
| |
BsonArray(IEnumerableDateTime) |
Initializes a new instance of the BsonArray class.
| |
BsonArray(IEnumerableDouble) |
Initializes a new instance of the BsonArray class.
| |
BsonArray(IEnumerableInt32) |
Initializes a new instance of the BsonArray class.
| |
BsonArray(IEnumerableInt64) |
Initializes a new instance of the BsonArray class.
| |
BsonArray(IEnumerableString) |
Initializes a new instance of the BsonArray class.
| |
BsonArray(IEnumerable) |
Initializes a new instance of the BsonArray class.
| |
BsonArray(Int32) |
Initializes a new instance of the BsonArray class.
| |
BsonArray(IEnumerableBsonValue) |
Initializes a new instance of the BsonArray class.
| |
BsonArray(IEnumerableObjectId) |
Initializes a new instance of the BsonArray class.
|