Beispiel #1
0
 private static String HitToString(Hit hit)
 {
     return(hit != null?string.Format("{{ Dummy: {0} }}", hit.Dummy) : "<null>");
 }
Beispiel #2
0
 private static String HitToString(Hit hit)
 {
     return(string.Format("{{ Dummy: {0} }}", hit.Dummy));
 }