File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
xml/Microsoft.Extensions.Configuration.Ini Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 24
24
</Base >
25
25
<Interfaces />
26
26
<Docs >
27
- <summary >Represents an INI file as an <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationSource" />.
28
- Files are simple line structures (< see href = " https://en.wikipedia.org/wiki/INI_file " >INI Files on Wikipedia</ see >).</ summary >
29
- <remarks >To be added.</ remarks >
30
- < examples >
27
+ <summary >Represents an INI file as an <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationSource" />.</ summary >
28
+ < remarks >INI files are simple line structures.</ remarks >
29
+ <example >
30
+ < code >
31
31
[Section:Header]
32
32
key1=value1
33
33
key2 = " value2 "
34
34
; comment
35
35
# comment
36
36
/ comment
37
- </examples >
37
+ </code >
38
+ </example >
39
+ <related type =" article" href =" https://en.wikipedia.org/wiki/INI_file" >INI Files on Wikipedia</related >
38
40
</Docs >
39
41
<Members >
40
42
<Member MemberName =" .ctor" >
Original file line number Diff line number Diff line change 19
19
</Base >
20
20
<Interfaces />
21
21
<Docs >
22
- <summary >Represents an INI file as an <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationSource" />.
23
- Files are simple line structures (< see href = " https://en.wikipedia.org/wiki/INI_file " >INI Files on Wikipedia</ see >).</ summary >
24
- <remarks >To be added.</ remarks >
25
- < examples >
22
+ <summary >Represents an INI file as an <see cref =" T:Microsoft.Extensions.Configuration.IConfigurationSource" />.</ summary >
23
+ < remarks >INI files are simple line structures.</ remarks >
24
+ <example >
25
+ < code >
26
26
[Section:Header]
27
27
key1=value1
28
28
key2 = " value2 "
29
29
; comment
30
30
# comment
31
31
/ comment
32
- </examples >
32
+ </code >
33
+ </example >
34
+ <related type =" article" href =" https://en.wikipedia.org/wiki/INI_file" >INI Files on Wikipedia</related >
33
35
</Docs >
34
36
<Members >
35
37
<Member MemberName =" .ctor" >
You can’t perform that action at this time.
0 commit comments