예제 #1
0
파일: Test.cs 프로젝트: cleancoindev/steit
 private static String HitToString(Hit hit)
 {
     return(hit != null?string.Format("{{ Dummy: {0} }}", hit.Dummy) : "<null>");
 }
예제 #2
0
파일: Test.cs 프로젝트: phuoc-thanh/steit
 private static String HitToString(Hit hit)
 {
     return(string.Format("{{ Dummy: {0} }}", hit.Dummy));
 }