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