C#のDictionary【Unity, C#】 - Qiita

C#でDictionaryを使用したので、メモ。 名前空間 using System.Collections.Generic; 宣言 Dictionary temp; コンストラクタ Dictionary