Beispiel #1
0
 public void CanClone()
 {
     var squareRoot1 = new SquareRoot();
     var squareRoot2 = squareRoot1.Clone();
 }