mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
VPet.Solution 修复bug
This commit is contained in:
parent
cc9306697e
commit
04b150ebd9
@ -92,7 +92,7 @@ public static class ReflectionUtils
|
||||
continue;
|
||||
}
|
||||
if (
|
||||
property.IsDefined(typeof(ReflectionPropertyAttribute))
|
||||
property.IsDefined(typeof(ReflectionPropertyAttribute)) is false
|
||||
&& property.IsDefined(typeof(ReflectionPropertyConverterAttribute)) is false
|
||||
)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user