예제 #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));
 }