コード例 #1
0
 public TupleDebugView(Tuple tuple)
 {
     Facts = string.Format("[{0}]", string.Join(" || ", tuple.Select(f => f.Object).ToArray()));
 }