MongoDB.Driver.Database.this C# (CSharp) Method

this() public method

public this ( String name ) : IMongoCollection
name String
return IMongoCollection
        public IMongoCollection this[String name]
        {
            get{
                return this.GetCollection(name);
            }
        }