コード例 #1
0
 public bool Accepts(IDataType type)
 {
     return(_p.Accepts(type));
 }