CSMongo.Results.DropCollectionResult.DropCollectionResult C# (CSharp) Метод

DropCollectionResult() публичный Метод

The result when trying to remove a collection
public DropCollectionResult ( BsonObject document ) : System
document BsonObject
Результат System
        public DropCollectionResult(BsonObject document)
            : base(document)
        {
        }
DropCollectionResult