mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 11:32:59 +00:00
null ref
This commit is contained in:
parent
450ed5f905
commit
0ef72bd96f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user