Skip to content

Commit af9f2ca

Browse files
committed
Update README
1 parent 7ecc1aa commit af9f2ca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
this add-in gives you extended control over auto-properties, like directly accessing the backing field or intercepting getters and setters.
55

6-
### Background
7-
8-
#### [Intercepting getter and setter](PropertyInterception.md)
6+
### [Intercepting getter and setter of auto-properties](PropertyInterception.md)
97

108
Intercepting the property accessors is useful when e.g. writing a class that provides
119
transparent access to store values like e.g. configuration store via properties.
@@ -47,7 +45,7 @@ Especially if there are many properties, you will save a lot of annoying and err
4745

4846
[Click here](PropertyInterception.md) to read the detailed documentation on how to use property interception.
4947

50-
#### [Accessing the backing field](BackingFieldAccess.md)
48+
### [Accessing the backing field](BackingFieldAccess.md)
5149

5250
Usually there is no need to access the backing field of an auto-property, because the property setter does just write to the backing field - no more an no less.<para/>
5351

@@ -99,7 +97,7 @@ public class Derived : Class
9997
}
10098
```
10199

102-
[Click here](BackingFieldAccess.md) to read the detailed documentation on how to use property interception.
100+
[Click here](BackingFieldAccess.md) to read the detailed documentation on how to access the backing field of an auto-property.
103101

104102
## Icon
105103

0 commit comments

Comments
 (0)