예제 #1
0
 static void processData(IMyInterface <BaseType> data)
 {
     data.getValue().printMessage();
 }