JsonObject.IDictionary<String,JsonNode>.Values Property

Definition

Gets a collection containing the property values in the JsonObject.

C#
System.Collections.Generic.ICollection<System.Text.Json.Nodes.JsonNode?> System.Collections.Generic.IDictionary<System.String,System.Text.Json.Nodes.JsonNode>.Values { get; }

Property Value

An ICollection<T> containing the values in the object that implements IDictionary<TKey,TValue>.

Implements

Applies to

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