MongoCursor Constructor | 
| Name | Description | |
|---|---|---|
| MongoCursor(MongoCollection, IMongoQuery, ReadPreference, IBsonSerializer) | 
            Creates a new MongoCursor. It is very unlikely that you will call this constructor. Instead, see all the Find methods in MongoCollection.
              | |
| MongoCursor(MongoCollection, IMongoQuery, ReadConcern, ReadPreference, IBsonSerializer) | 
            Initializes a new instance of the MongoCursor class.
              |