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