diff --git a/ICSharpCode.Decompiler/TypeSystem/ITypeDefinition.cs b/ICSharpCode.Decompiler/TypeSystem/ITypeDefinition.cs
index b21cc75c0..8574dd681 100644
--- a/ICSharpCode.Decompiler/TypeSystem/ITypeDefinition.cs
+++ b/ICSharpCode.Decompiler/TypeSystem/ITypeDefinition.cs
@@ -43,9 +43,9 @@ namespace ICSharpCode.Decompiler.TypeSystem
///
/// For enums: returns the underlying primitive type.
- /// For all other types: returns .
+ /// For all other types: returns .
///
- IType EnumUnderlyingType { get; }
+ IType? EnumUnderlyingType { get; }
///
/// For structs: returns whether this is a readonly struct.