예제 #1
0
 public void Can_Support_Closed_Generic_Types()
 {
     Constraints.CheckImplementationType(typeof(G <int>));
 }
예제 #2
0
 public void Cannot_Support_Open_Generic_Types()
 {
     Constraints.CheckImplementationType(typeof(G <>));
 }