コード例 #1
0
 public bool DigimonAlreadyExists(string name)
 {
     return(DigimonCollection.Any(x => x.NameCheck(name)));
 }