示例#1
0
 public bool CanCast(System.Type type)
 {
     return(ReflectionUtil.CanCast(type, Value));
 }
示例#2
0
 public bool CanCast <T> ()
 {
     return(ReflectionUtil.CanCast(typeof(T), Value));
 }