JsonObject.IDictionary<String,JsonNode>.Values Propiedad

Definición

Obtiene una colección que contiene los valores de propiedad de .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

Valor de propiedad

ICollection<JsonNode>

Implementaciones

Se aplica a