C# Class CSMongo.Results.DropCollectionResult

The details after deleting a collection
Inheritance: MethodResult
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
DropCollectionResult ( BsonObject document ) : System

The result when trying to remove a collection

Method Details

DropCollectionResult() public method

The result when trying to remove a collection
public DropCollectionResult ( BsonObject document ) : System
document BsonObject
return System