MongoDB.MongoDB.Collection C# (CSharp) Method

Collection() private method

private Collection ( string testInsert, MongoCollection>.Action test ) : void
testInsert string
test MongoCollection>.Action
return void
        public void Collection(string testInsert, Action<string, MongoCollection> test) {}
    }