mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	fix generator
This commit is contained in:
		| @@ -168,6 +168,12 @@ namespace Esiur.Data | ||||
|  | ||||
|         public RepresentationType?[] SubTypes = new RepresentationType[3]; | ||||
|  | ||||
|  | ||||
|         public RepresentationType ToNullable() | ||||
|         { | ||||
|             return new RepresentationType(Identifier, true, GUID, SubTypes); | ||||
|         } | ||||
|  | ||||
|         public static RepresentationType? FromType(Type type)  | ||||
|         { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user