我可以在LINQ查询中改进以下代码使用吗?如果有人对此有任何想法,请帮助我谢谢。
var relatedtestDictionary = new Dictionary<Test, IList<Test>>();
foreach (var test in testArray)
{
var testResponse = this.testServiceRepository.GetAllLocationByCity(
new AllByTestRequest { Test = test });
relatedtestDictionary.Add(test, testResponse.test123);
}
答案 0 :(得分:1)
类似的东西(如果你想创建一个新字典,只需使用border-style: solid;
border-image: url('/assets/btn-border.png') 10 10 10 10;
):
ToDictionary()