Example #1
0
 private static void HelperMethod(ExampleClass instance)
 {
     instance.MethodA();
 }
Example #2
0
 public ExampleClass(ExampleClass other)
 {
     other.MethodA();
 }