JsonArray.GetValues<T> Method

Definition

Returns an enumerable that wraps calls to GetValue<T>().

C#
public System.Collections.Generic.IEnumerable<T> GetValues<T>();

Type Parameters

T

The type of the value to obtain from the JsonValue.

Returns

An enumerable iterating over values of the array.

Applies to

Product Versions
.NET 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)