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

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

The information returned when calling the FSync command
public DeleteCollectionIndexResult ( BsonObject document ) : System
document BsonObject
Результат System
        public DeleteCollectionIndexResult(BsonObject document)
            : base(document)
        {
        }
DeleteCollectionIndexResult