Skip to content

Commit 428dbb6

Browse files
authored
Automatic port of JsonElement.GetRawText remarks (#3945)
1 parent bdce2d5 commit 428dbb6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

xml/System.Text.Json/JsonElement.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,15 @@ If a property is defined multiple times for the same object, the method matches
652652
<Docs>
653653
<summary>Gets a string that represents the original input data backing this value.</summary>
654654
<returns>The original input data backing this value.</returns>
655-
<remarks>To be added.</remarks>
655+
<remarks>
656+
<format type="text/markdown"><![CDATA[
657+
658+
## Remarks
659+
660+
If the <xref:System.Text.Json.JsonElement> instance is built from a <xref:System.Text.Json.JsonNode>, the value of <xref:System.Text.Json.JsonNode.ToJsonString> is returned.
661+
662+
]]></format>
663+
</remarks>
656664
<exception cref="T:System.ObjectDisposedException">The parent <see cref="T:System.Text.Json.JsonDocument" /> has been disposed.</exception>
657665
</Docs>
658666
</Member>

0 commit comments

Comments
 (0)