2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-12-14 00:40:26 +00:00
This commit is contained in:
2025-10-31 18:23:46 +03:00
parent 746f12320e
commit de354e1711
3 changed files with 37 additions and 12 deletions

View File

@@ -210,6 +210,8 @@ namespace Esiur.Data
public static TRU? FromType(Type type)
{
if (type == null)
return new TRU(TRUIdentifier.Void, true);
var nullable = false;