Exemplo n.º 1
0
 public void Can_Support_Closed_Generic_Types()
 {
     Constraints.CheckImplementationType(typeof(G <int>));
 }
Exemplo n.º 2
0
 public void Cannot_Support_Open_Generic_Types()
 {
     Constraints.CheckImplementationType(typeof(G <>));
 }