Click or drag to resize
BsonDocumentToHashtable Method
Converts the BsonDocument to a Hashtable.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax
public Hashtable ToHashtable()

Return Value

Type: Hashtable
A hashtable.
See Also