Example #1
0
 public void CallMeMayby()
 {
     Console.WriteLine($"You call {this}");
     for (int i = 0; i < 3; i++)
     {
         deepStructureLvMulti.CallMeMayby();
     }
 }