JsonObject.IDictionary<String,JsonNode>.Keys Property

Definition

Gets a collection containing the property names in the JsonObject.

System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Text.Json.Nodes.JsonNode>.Keys { get; }

Property Value

An ICollection<T> containing the keys of 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)