2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-05-06 11:32:59 +00:00
This commit is contained in:
Ahmed Zamil 2024-06-29 16:36:26 +03:00
parent 450ed5f905
commit 0ef72bd96f

View File

@ -641,7 +641,8 @@ public class TypeTemplate
type = type.BaseType; type = type.BaseType;
if (type == typeof(Resource) if (type == null
|| type == typeof(Resource)
|| type == typeof(Record) || type == typeof(Record)
|| type == typeof(EntryPoint)) || type == typeof(EntryPoint))
break; break;