第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

C# 創(chuàng)建整數(shù)和數(shù)組字典

C# 創(chuàng)建整數(shù)和數(shù)組字典

C#
慕的地6264312 2022-10-23 10:21:11
如何創(chuàng)建包含整數(shù)作為鍵和數(shù)組作為值的字典。這是我在 dotnetfiddle.net 上嘗試過的,但沒有成功:Dictionary<int, double[]> dict;double[] prices = new double[20];dict = new Dictionary<int, prices>();Dictionary<int, double[]> dict;dict = new Dictionary<int, new double[20]>();Dictionary<int, double[]> dict;dict = new Dictionary<int, double[20]>();
查看完整描述

1 回答

?
喵喔喔

TA貢獻(xiàn)1735條經(jīng)驗(yàn) 獲得超5個(gè)贊

你可以試試這個(gè)。


Dictionary<TKey,TValue>是一種通用類型,您只能在其上設(shè)置合同類型。


我認(rèn)為您正在尋找Add添加double數(shù)組的方法。


Dictionary<int, double[]>  dict = new Dictionary<int, double[]>();

dict.Add(1,new double[20]);


查看完整回答
反對(duì) 回復(fù) 2022-10-23
  • 1 回答
  • 0 關(guān)注
  • 104 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)