2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 14:48:44 +00:00
This commit is contained in:
2024-06-29 16:36:26 +03:00
parent 450ed5f905
commit 0ef72bd96f
+2 -1
View File
@@ -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;