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

Namespace: MongoDB.Bson.Serialization.Attributes
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public BsonTimeSpanOptionsAttribute(
	BsonType representation
)

Parameters

representation
Type: MongoDB.BsonBsonType
The external representation.
See Also