コード例 #1
0
 public void SourceNotGeneric()
 {
     Assert.Throws <InvalidOperationException>(() => sut.BindGeneric(typeof(string), typeof(List <>)));
 }