JsonPatch.ArrayEnumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A ref struct enumerator that iterates over elements of a JSON array, yielding each element as a ReadOnlyMemory<T> of UTF-8 bytes.
public ref struct JsonPatch.ArrayEnumerator
type JsonPatch.ArrayEnumerator = struct
Public Structure JsonPatch.ArrayEnumerator
- Inheritance
-
JsonPatch.ArrayEnumerator
Properties
| Name | Description |
|---|---|
| Current |
Gets the current array element as raw UTF-8 JSON bytes. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() |
Returns this enumerator instance, enabling |
| MoveNext() |
Advances the enumerator to the next element in the array. |