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