[NUI][SVACE] Fix svace(DF221214-00106) issue.
authorguowei.wang <guowei.wang@samsung.com>
Mon, 26 Dec 2022 06:22:29 +0000 (14:22 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 27 Dec 2022 05:06:43 +0000 (14:06 +0900)
src/Tizen.NUI/src/internal/EXaml/Operation/GatherType.cs

index ee2b4d9..298c4ff 100755 (executable)
@@ -62,7 +62,7 @@ namespace Tizen.NUI.EXaml
                     }
                 }
 
-                type = type.MakeGenericType(args);
+                type = type?.MakeGenericType(args);
             }
 
             globalDataList.GatheredTypes.Add(type);