BsonArray Constructor (IEnumerable<ObjectId>) |
Initializes a new instance of the BsonArray class.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntaxpublic BsonArray(
IEnumerable<ObjectId> values
)
Public Sub New (
values As IEnumerable(Of ObjectId)
)
new :
values : IEnumerable<ObjectId> -> BsonArray
Parameters
- values
- Type: System.Collections.Generic.IEnumerable<ObjectId>
A list of values to add to the array.
See Also