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