我来自 JavaScript,我知道这{ }
是一个对象文字,不需要new Object
调用;我想知道这{"id",id}, {"saveChangesError",true}
部分是否与 C# 相同。
我知道这里有两个 C# 功能,愿意向我解释一下它们是什么吗?
new RouteValueDictionary()
{ //<------------------------------[A: what C# feature is this?] -------||
{"id",id}, //<------------------[B: what C# feature is this also?] ||
{"saveChangesError",true} ||
}); //<------------------------------------------------------------------||