Skip to content

Commit 6d1ed64

Browse files
carlossanlopRon Petrusha
andcommitted
Automatically port System.Text.Json.JsonNamingPolicy (#2882)
* Automatically port System.Text.Json.JsonNamingPolicy * suggestions by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]>
1 parent 945f718 commit 6d1ed64

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

xml/System.Text.Json/JsonNamingPolicy.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Base>
1515
<Interfaces />
1616
<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>
1818
<remarks>To be added.</remarks>
1919
</Docs>
2020
<Members>
@@ -31,7 +31,7 @@
3131
</AssemblyInfo>
3232
<Parameters />
3333
<Docs>
34-
<summary>To be added.</summary>
34+
<summary>Initializes a new instance of <see cref="T:System.Text.Json.JsonNamingPolicy" />.</summary>
3535
<remarks>To be added.</remarks>
3636
</Docs>
3737
</Member>
@@ -51,8 +51,8 @@
5151
<ReturnType>System.Text.Json.JsonNamingPolicy</ReturnType>
5252
</ReturnValue>
5353
<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>
5656
<remarks>To be added.</remarks>
5757
</Docs>
5858
</Member>
@@ -75,11 +75,11 @@
7575
<Parameter Name="name" Type="System.String" />
7676
</Parameters>
7777
<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>
8181
<remarks>To be added.</remarks>
8282
</Docs>
8383
</Member>
8484
</Members>
85-
</Type>
85+
</Type>

0 commit comments

Comments
 (0)