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