MongoDB.MongoDB.Collection C# (CSharp) 메소드

Collection() 개인적인 메소드

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