コード例 #1
0
 public void CanHandleType(Type t)
 {
     var p = new DefaultFieldParser();
     Assert.IsTrue(p.CanHandleType(t));
 }