/// <summary>Initializes the type proxy.</summary> /// <param name="registry">The target registry.</param> public DebugView(TargetRegistry <T> registry) { Contract.Requires(registry != null, "Need a registry with which to construct the debug view."); _registry = registry; }
/// <summary>Initializes the type proxy.</summary> /// <param name="registry">The target registry.</param> public DebugView(TargetRegistry <T> registry) { Debug.Assert(registry != null, "Need a registry with which to construct the debug view."); _registry = registry; }