JsonObject.IList<KeyValuePair<String,JsonNode>>.Item[Int32] Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
property System::Collections::Generic::KeyValuePair<System::String ^, System::Text::Json::Nodes::JsonNode ^> System::Collections::Generic::IList<System::Collections::Generic::KeyValuePair<System::String,System::Text::Json::Nodes::JsonNode>>::Item[int] { System::Collections::Generic::KeyValuePair<System::String ^, System::Text::Json::Nodes::JsonNode ^> get(int index); void set(int index, System::Collections::Generic::KeyValuePair<System::String ^, System::Text::Json::Nodes::JsonNode ^> value); };
System.Collections.Generic.KeyValuePair<string,System.Text.Json.Nodes.JsonNode?> System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<System.String,System.Text.Json.Nodes.JsonNode>>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<System.String,System.Text.Json.Nodes.JsonNode>>.Item(int) : System.Collections.Generic.KeyValuePair<string, System.Text.Json.Nodes.JsonNode> with get, set
Property Item(index As Integer) As KeyValuePair(Of String, JsonNode) Implements IList(Of KeyValuePair(Of String, JsonNode)).Item
Параметры
- index
- Int32
Значение свойства
Реализации
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.