Exemple #1
0
 /// <summary>Initializes the debug view.</summary>
 /// <param name="batchedJoinBlockTarget">The batched join target being viewed.</param>
 public DebugView(BatchedJoinBlockTarget <T> batchedJoinBlockTarget)
 {
     Debug.Assert(batchedJoinBlockTarget != null, "Need a block with which to construct the debug view.");
     _batchedJoinBlockTarget = batchedJoinBlockTarget;
 }
 /// <summary>Initializes the debug view.</summary>
 /// <param name="batchedJoinBlockTarget">The batched join target being viewed.</param>
 public DebugView(BatchedJoinBlockTarget <T> batchedJoinBlockTarget)
 {
     Contract.Requires(batchedJoinBlockTarget != null, "Need a block with which to construct the debug view.");
     _batchedJoinBlockTarget = batchedJoinBlockTarget;
 }