mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	V3
This commit is contained in:
		| @@ -82,7 +82,7 @@ public static class ResourceProxy | ||||
|  | ||||
|             var props = from p in type.GetProperties() | ||||
|                 where p.CanWrite && p.GetSetMethod().IsVirtual &&  | ||||
|                 p.GetCustomAttributes(typeof(ResourceProperty), false).Count() > 0 | ||||
|                 p.GetCustomAttributes(typeof(ExportAttribute), false).Count() > 0 | ||||
|                 select p; | ||||
|  | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user