You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Returns the UTF-8 encoded representation of the pre-encoded JSON text.</summary>
136
-
<value>To be added.</value>
135
+
<summary>Gets the UTF-8 encoded representation of the pre-encoded JSON text.</summary>
136
+
<value>The UTF-8 encoded representation of the pre-encoded JSON text.</value>
137
137
<remarks>To be added.</remarks>
138
138
</Docs>
139
139
</Member>
@@ -158,14 +158,14 @@ This can be used to cache and store known strings used for writing JSON ahead of
158
158
<Docs>
159
159
<param name="obj">To be added.</param>
160
160
<summary>Determines whether this instance and a specified object, which must also be a <see cref="T:System.Text.Json.JsonEncodedText" /> instance, have the same value.</summary>
161
-
<returns>To be added.</returns>
161
+
<returns><see langword="true" /> if the current instance and <paramref name="obj" /> are equal; otherwise, <see langword="false" />.</returns>
162
162
<remarks>
163
163
<format type="text/markdown">
164
164
<![CDATA[
165
165
166
166
## Remarks
167
167
168
-
If <xref:obj> is `null`, the method returns `false`.
168
+
If `obj` is `null`, the method returns `false`.
169
169
170
170
]]>
171
171
</format>
@@ -196,7 +196,7 @@ If <xref:obj> is `null`, the method returns `false`.
196
196
<Docs>
197
197
<param name="other">To be added.</param>
198
198
<summary>Determines whether this instance and another specified <see cref="T:System.Text.Json.JsonEncodedText" /> instance have the same value.</summary>
199
-
<returns>To be added.</returns>
199
+
<returns><see langword="true" /> if this instance and <paramref name="other" /> have the same value; otherwise, <see langword="false" />.</returns>
200
200
<remarks>
201
201
<format type="text/markdown">
202
202
<![CDATA[
@@ -228,14 +228,14 @@ Default instances of <xref:System.Text.Json.JsonEncodedText> are treated as equa
228
228
<Parameters />
229
229
<Docs>
230
230
<summary>Returns the hash code for this <see cref="T:System.Text.Json.JsonEncodedText" />.</summary>
231
-
<returns>To be added.</returns>
231
+
<returns>The hash code for this instance.</returns>
232
232
<remarks>
233
233
<format type="text/markdown">
234
234
<![CDATA[
235
235
236
236
## Remarks
237
237
238
-
Returns 0 on a default instance of <xref:System.Text.Json.JsonEncodedText>.
238
+
This method returns 0 on a default instance of <xref:System.Text.Json.JsonEncodedText>.
239
239
240
240
]]>
241
241
</format>
@@ -260,19 +260,19 @@ Returns 0 on a default instance of <xref:System.Text.Json.JsonEncodedText>.
260
260
<Parameters />
261
261
<Docs>
262
262
<summary>Converts the value of this instance to a <see cref="T:System.String" />.</summary>
263
-
<returns>Returns the underlying UTF-16 encoded string.</returns>
0 commit comments