diff --git a/reflect/Type.cs b/reflect/Type.cs index 776525d3..20f1574b 100644 --- a/reflect/Type.cs +++ b/reflect/Type.cs @@ -2457,7 +2457,7 @@ namespace IKVM.Reflection return true; } } - return false; + return this.type.__IsMissing; } }