mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 12:43:17 +00:00
null ref
This commit is contained in:
@@ -641,7 +641,8 @@ public class TypeTemplate
|
||||
|
||||
type = type.BaseType;
|
||||
|
||||
if (type == typeof(Resource)
|
||||
if (type == null
|
||||
|| type == typeof(Resource)
|
||||
|| type == typeof(Record)
|
||||
|| type == typeof(EntryPoint))
|
||||
break;
|
||||
|
Reference in New Issue
Block a user