mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-06-13 22:48:42 +00:00
removed unsafe
This commit is contained in:
@@ -11,11 +11,9 @@ namespace Esiur.Data
|
||||
{
|
||||
public Tru[] SubTypes;
|
||||
|
||||
Type _runtimeType;
|
||||
|
||||
public override Type RuntimeType { get; protected set; }
|
||||
|
||||
public TruComposite(TruIdentifier identifier, bool nullable, Tru[] subTypes, Type type)
|
||||
public TruComposite(TruIdentifier identifier, bool nullable, Tru[] subTypes, Type? type)
|
||||
{
|
||||
Identifier = identifier;
|
||||
Nullable = nullable;
|
||||
|
||||
Reference in New Issue
Block a user