2017年12月19日 星期二

【Asp.net C# Dictionary】Dictionary 包 Dictionary 如何 直接new 資料

【Asp.net C# Dictionary】Dictionary 包 Dictionary 如何 直接new 資料

    Dictionary> A =
    new Dictionary>()
    {
        { 1, new Dictionary {{ "Index", "B"}}}
    };

沒有留言:

張貼留言