mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 12:43:17 +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