Select(a => new KeyValuePair<string, string>(a.Name.ToLowerInvariant(), a.Name)) .ToDictionary(a => a.Key, a => a.Value);. // 建立T 實體.
確定! 回上一頁