mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-12-14 00:40:26 +00:00
GPModel
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user