パハットノート

※当サイトではGoogleアドセンス広告を利用しています

2021-11-01から1ヶ月間の記事一覧

C# Dictionaryの使い方

C#

プログラム例 実行結果 プログラム例 using System; using System.Collections.Generic; using System.Linq; public class DictionarySample { static Dictionary<string, string> monthTable; public static void Main() { //Dictionaryの設定 monthTable = new Dictionary<string, string>(</string,></string,>…