Commit 7604d15
committed
Remove legacy
With `PropertyConfiguration` being updated to accept (and expose) a `MemberAccessor` (49ffd61), and dependency classes updated to now reference the `MemberAccessor` property instead of the `Property` property (385bfec, 3d4c9c4, 825bb8b, ed688f9), there is no reason to maintain the `Property` property. This helps ensure all access goes through the `MemberAccessor`.
(The `PropertyInfo` can still be accessed via `PropertyConfiguration.MemberAccessor.MemberInfo`, if needed.)Property property on PropertyConfiguration
1 parent 39d1703 commit 7604d15
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 52 | | |
62 | 53 | | |
63 | 54 | | |
| |||
0 commit comments