예제 #1
0
 void AnotherMethod()
 {
     _thisAInterface.AInterfaceMethod();
 }
예제 #2
0
 public static void DoIt(this IAInterface ia)
 {
     ia.AInterfaceMethod();     // no cast here!
 }
예제 #3
0
 void AnotherMethod()
 {
     IAInterface.AInterfaceMethod();
 }