Exemplo n.º 1
0
 /// <summary>
 /// セーブデータに格納されたキーの一覧を取得します。
 /// </summary>
 /// <exception cref="System.ArgumentException"></exception>
 /// <returns></returns>
 public static List <string> Keys()
 {
     return(Savedatabase.Keys());
 }