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