Click or drag to resize
BsonArray Constructor (IEnumerableDateTime)
Initializes a new instance of the BsonArray class.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public BsonArray(
	IEnumerable<DateTime> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableDateTime
A list of values to add to the array.
See Also