Example #1
0
 public string VisitTrolls(Trolls troll)
 {
     return(troll.walk());
 }