Пример #1
0
 /// <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;
 }
Пример #2
0
 /// <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;
 }