BsonArray Constructor (IEnumerableDateTime) |
Initializes a new instance of the BsonArray class.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntax public BsonArray(
IEnumerable<DateTime> values
)
Public Sub New (
values As IEnumerable(Of DateTime)
)
new :
values : IEnumerable<DateTime> -> BsonArray
Parameters
- values
- Type: System.Collections.GenericIEnumerableDateTime
A list of values to add to the array.
See Also