static void TestStruct()
 {
     var instance = new BasicAnnotatedStruct();
 }
Exemple #2
0
 static void TestStruct(BasicAnnotatedStruct instance)
 {
     instance.GetType().GetMethod("UsedMethod");
 }