Skip to content

Commit 6925e78

Browse files
committed
.
1 parent 83b7e7b commit 6925e78

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/mdsource/numeric-ids.source.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Numeric Ids
22

3+
Numbers are not scrubbed. Sometimes it is helpful to scrub numeric Ids. This can be doe using `ScrubMembers` and checking the DeclaringType and the name of the member.
4+
35
snippet: NumericIdSample
46

57
Produces

docs/numeric-ids.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ To change this file edit the source file and then run MarkdownSnippets.
77

88
# Numeric Ids
99

10+
Numbers are not scrubbed. Sometimes it is helpful to scrub numeric Ids. This can be doe using `ScrubMembers` and checking the DeclaringType and the name of the member.
11+
1012
<!-- snippet: NumericIdSample -->
1113
<a id='snippet-NumericIdSample'></a>
1214
```cs

0 commit comments

Comments
 (0)