|
138 | 138 |
|
139 | 139 | ## Remarks |
140 | 140 |
|
141 | | -{T} can be the type or base type of the underlying value. |
142 | | - If the underlying value is a <xref:System.Text.Json.JsonElement> then {T} can also be the type of any primitive |
143 | | - value supported by current <xref:System.Text.Json.JsonElement>. |
144 | | - Specifying the <xref:System.Object> type for {T} will always succeed and return the underlying value as <xref:System.Object>.<br /> |
145 | | - The underlying value of a <xref:System.Text.Json.Nodes.JsonValue> after deserialization is an instance of <xref:System.Text.Json.JsonElement>, |
146 | | - otherwise it's the value specified when the <xref:System.Text.Json.Nodes.JsonValue> was created. |
| 141 | +{T} can be the type or base type of the underlying value. If the underlying value is a <xref:System.Text.Json.JsonElement> then {T} can also be the type of any primitive value supported by current <xref:System.Text.Json.JsonElement>. |
| 142 | +
|
| 143 | +Specifying the <xref:System.Object> type for {T} will always succeed and return the underlying value as <xref:System.Object>. |
| 144 | +
|
| 145 | +The underlying value of a <xref:System.Text.Json.Nodes.JsonValue> after deserialization is an instance of <xref:System.Text.Json.JsonElement>,otherwise it's the value specified when the <xref:System.Text.Json.Nodes.JsonValue> was created. |
147 | 146 |
|
148 | 147 | ]]></format> |
149 | 148 | </remarks> |
|
1970 | 1969 | <ReturnType>System.Nullable<System.Text.Json.Nodes.JsonNodeOptions></ReturnType> |
1971 | 1970 | </ReturnValue> |
1972 | 1971 | <Docs> |
1973 | | - <summary>Options to control the behavior.</summary> |
| 1972 | + <summary>Gets the options to control the behavior.</summary> |
1974 | 1973 | <value>To be added.</value> |
1975 | 1974 | <remarks>To be added.</remarks> |
1976 | 1975 | </Docs> |
@@ -2061,7 +2060,7 @@ This method makes a copy of the data the reader acted on, so there is no caller |
2061 | 2060 | <param name="utf8Json">JSON text to parse.</param> |
2062 | 2061 | <param name="nodeOptions">Options to control the node behavior after parsing.</param> |
2063 | 2062 | <param name="documentOptions">Options to control the document behavior during parsing.</param> |
2064 | | - <summary>Parse a <see cref="T:System.IO.Stream" /> as UTF-8-encoded data representing a single JSON value into a <see cref="T:System.Text.Json.Nodes.JsonNode" />. The Stream will be read to completion.</summary> |
| 2063 | + <summary>Parses a <see cref="T:System.IO.Stream" /> as UTF-8-encoded data representing a single JSON value into a <see cref="T:System.Text.Json.Nodes.JsonNode" />. The Stream will be read to completion.</summary> |
2065 | 2064 | <returns>A <see cref="T:System.Text.Json.Nodes.JsonNode" /> representation of the JSON value.</returns> |
2066 | 2065 | <remarks>To be added.</remarks> |
2067 | 2066 | <exception cref="T:System.Text.Json.JsonException"> |
@@ -2219,7 +2218,7 @@ This method makes a copy of the data the reader acted on, so there is no caller |
2219 | 2218 | <Docs> |
2220 | 2219 | <param name="writer">The <see cref="T:System.Text.Json.Utf8JsonWriter" />.</param> |
2221 | 2220 | <param name="options">Options to control the serialization behavior.</param> |
2222 | | - <summary>Write the <see cref="T:System.Text.Json.Nodes.JsonNode" /> into the provided <see cref="T:System.Text.Json.Utf8JsonWriter" /> as JSON.</summary> |
| 2221 | + <summary>Writes the <see cref="T:System.Text.Json.Nodes.JsonNode" /> into the provided <see cref="T:System.Text.Json.Utf8JsonWriter" /> as JSON.</summary> |
2223 | 2222 | <remarks>To be added.</remarks> |
2224 | 2223 | <exception cref="T:System.ArgumentNullException">The <paramref name="writer" /> parameter is <see langword="null" />.</exception> |
2225 | 2224 | </Docs> |
|
0 commit comments