コード例 #1
0
 public string Legs(Spiders legCount)
 {
     return($"I have {legCount} legs!");
 }
コード例 #2
0
 public string Reproduction(Spiders repoduction)
 {
     return($"I have kids by {repoduction}!");
 }