コード例 #1
0
ファイル: TargetRegistry.cs プロジェクト: yicong/corefx
 /// <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;
 }