KeyValuePair 型は1つのKeyとValueのみのシンプルなクラスです。 ... Generic; // KeyValuePairの生成 KeyValuePair<string, string> kvp = new KeyValuePair<string, ...
確定! 回上一頁