mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	MAUI Support
This commit is contained in:
		| @@ -344,6 +344,7 @@ public static class TemplateGenerator | ||||
|             rt.AppendLine("return rt; }"); | ||||
|         } | ||||
|  | ||||
|  | ||||
|         foreach (var p in template.Properties) | ||||
|         { | ||||
|             if (p.Inherited) | ||||
| @@ -352,7 +353,7 @@ public static class TemplateGenerator | ||||
|             var ptTypeName = GetTypeName(p.ValueType, templates); | ||||
|             rt.AppendLine($"[Public] public {ptTypeName} {p.Name} {{"); | ||||
|             rt.AppendLine($"get => ({ptTypeName})properties[{p.Index}];"); | ||||
|             rt.AppendLine($"set =>  _Set({p.Index}, value);"); | ||||
|             rt.AppendLine($"set => _SetSync({p.Index}, value);"); | ||||
|             rt.AppendLine("}"); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user