|
104 | 104 | </ReturnValue> |
105 | 105 | <Docs> |
106 | 106 | <summary>Gets the conformance mode used by this reader.</summary> |
107 | | - <value>One of the enumeration values that represent the conformance mode used by this reader.</value> |
| 107 | + <value>One of the enumeration values that represents the conformance mode used by this reader.</value> |
108 | 108 | <remarks>To be added.</remarks> |
109 | 109 | </Docs> |
110 | 110 | </Member> |
|
182 | 182 |
|
183 | 183 | ## Remarks |
184 | 184 |
|
185 | | -Useful in scenarios where the semantic value decoder needs to be determined at runtime. |
| 185 | +Useful in scenarios where the semantic value decoder needs to be determined at run time. |
186 | 186 |
|
187 | 187 | ]]></format> |
188 | 188 | </remarks> |
@@ -298,7 +298,7 @@ The next value uses a CBOR encoding that is not valid under the current conforma |
298 | 298 |
|
299 | 299 | ## Remarks |
300 | 300 |
|
301 | | -The method accepts indefinite length strings, which it will concatenate to a single string. |
| 301 | +The method accepts indefinite length strings, which it concatenates to a single string. |
302 | 302 |
|
303 | 303 | ]]></format> |
304 | 304 | </remarks> |
@@ -569,7 +569,7 @@ The next value uses a CBOR encoding that is not valid under the current conforma |
569 | 569 | <Parameter Name="disableConformanceModeChecks" Type="System.Boolean" /> |
570 | 570 | </Parameters> |
571 | 571 | <Docs> |
572 | | - <param name="disableConformanceModeChecks">Disable conformance mode validation for the read value, equivalent to using <see cref="F:System.Formats.Cbor.CborConformanceMode.Lax" />.</param> |
| 572 | + <param name="disableConformanceModeChecks"><see langword="true" /> to disable conformance mode validation for the read value, equivalent to using <see cref="F:System.Formats.Cbor.CborConformanceMode.Lax" />; otherwise, <see langword="false" />.</param> |
573 | 573 | <summary>Reads the next CBOR data item, returning a <see cref="T:System.ReadOnlyMemory`1" /> view of the encoded value. For indefinite length encodings this includes the break byte.</summary> |
574 | 574 | <returns>A view of the encoded value as a contiguous region of memory.</returns> |
575 | 575 | <remarks>To be added.</remarks> |
@@ -1044,7 +1044,7 @@ The next value uses a CBOR encoding that is not valid under the current conforma |
1044 | 1044 | ## Remarks |
1045 | 1045 |
|
1046 | 1046 | Map contents are consumed as if they were arrays twice the length of the map's declared size. |
1047 | | -For instance, a map of size `1` containing a key of type int with a value of type string must be consumed by successive calls to <xref:System.Formats.Cbor.CborReader.ReadInt32> and <xref:System.Formats.Cbor.CborReader.ReadTextString>. |
| 1047 | +For instance, a map of size `1` containing a key of type `int` with a value of type `string` must be consumed by successive calls to <xref:System.Formats.Cbor.CborReader.ReadInt32> and <xref:System.Formats.Cbor.CborReader.ReadTextString>. |
1048 | 1048 | It is up to the caller to keep track of whether the next value is a key or a value. |
1049 | 1049 | Fundamentally, this is a technical restriction stemming from the fact that CBOR allows keys of arbitrary type, for instance a map can contain keys that are maps themselves. |
1050 | 1050 |
|
|
0 commit comments