Esempio n. 1
0
 public string Legs(Spiders legCount)
 {
     return($"I have {legCount} legs!");
 }
Esempio n. 2
0
 public string Reproduction(Spiders repoduction)
 {
     return($"I have kids by {repoduction}!");
 }