예제 #1
0
 public static bool HasValue <T>(T value)
 {
     return(TypeInformation <T> .IsValueType || TypeInformation <T> .IsNotNull(value));
 }