public void Test(params object[] _args) { } Test(new Dictionary { { "Key", "Value" }, { "also", 1337 } }); Test(new Dictionary { { "Key", "Value" } }, new Dictionary { { "also", 1337 } });