Bearbeiten

JsonObject.IDictionary<String,JsonNode>.Values Property

Definition

Gets a collection containing the property values in the JsonObject.

property System::Collections::Generic::ICollection<System::Text::Json::Nodes::JsonNode ^> ^ System::Collections::Generic::IDictionary<System::String,System::Text::Json::Nodes::JsonNode>::Values { System::Collections::Generic::ICollection<System::Text::Json::Nodes::JsonNode ^> ^ get(); };
System.Collections.Generic.ICollection<System.Text.Json.Nodes.JsonNode?> System.Collections.Generic.IDictionary<System.String,System.Text.Json.Nodes.JsonNode>.Values { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Text.Json.Nodes.JsonNode>.Values : System.Collections.Generic.ICollection<System.Text.Json.Nodes.JsonNode>
 ReadOnly Property Values As ICollection(Of JsonNode) Implements IDictionary(Of String, JsonNode).Values

Property Value

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

Implements

Applies to