예제 #1
0
 public static bool IsNull(this RuntimeTypeHandle rtth)
 {
     return(RuntimeAugments.GetRuntimeTypeHandleRawValue(rtth) == IntPtr.Zero);
 }