File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
</Base >
15
15
<Interfaces />
16
16
<Docs >
17
- <summary >To be added .</summary >
17
+ <summary >Determines the naming policy used to convert a string-based name to another format, such as a camel-casing format .</summary >
18
18
<remarks >To be added.</remarks >
19
19
</Docs >
20
20
<Members >
31
31
</AssemblyInfo >
32
32
<Parameters />
33
33
<Docs >
34
- <summary >To be added .</summary >
34
+ <summary >Initializes a new instance of < see cref = " T:System.Text.Json.JsonNamingPolicy " /> .</summary >
35
35
<remarks >To be added.</remarks >
36
36
</Docs >
37
37
</Member >
51
51
<ReturnType >System.Text.Json.JsonNamingPolicy</ReturnType >
52
52
</ReturnValue >
53
53
<Docs >
54
- <summary >To be added .</summary >
55
- <value >To be added .</value >
54
+ <summary >Gets the naming policy for camel-casing .</summary >
55
+ <value >The naming policy for camel-casing .</value >
56
56
<remarks >To be added.</remarks >
57
57
</Docs >
58
58
</Member >
75
75
<Parameter Name =" name" Type =" System.String" />
76
76
</Parameters >
77
77
<Docs >
78
- <param name =" name" >To be added .</param >
79
- <summary >To be added .</summary >
80
- <returns >To be added .</returns >
78
+ <param name =" name" >The name to convert .</param >
79
+ <summary >When overridden in a derived class, converts the specified name according to the policy .</summary >
80
+ <returns >The converted name .</returns >
81
81
<remarks >To be added.</remarks >
82
82
</Docs >
83
83
</Member >
84
84
</Members >
85
- </Type >
85
+ </Type >
You can’t perform that action at this time.
0 commit comments