Szerkesztés

Megosztás a következőn keresztül:


JsonObject.IList<KeyValuePair<String,JsonNode>>.RemoveAt Method

Definition

 virtual void System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<System.String,System.Text.Json.Nodes.JsonNode>>.RemoveAt(int index) = System::Collections::Generic::IList<System::Collections::Generic::KeyValuePair<System::String ^, System::Text::Json::Nodes::JsonNode ^>>::RemoveAt;
void IList<KeyValuePair<string,JsonNode>>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<System.String,System.Text.Json.Nodes.JsonNode>>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<System.String,System.Text.Json.Nodes.JsonNode>>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of KeyValuePair(Of String, JsonNode)).RemoveAt

Parameters

index
Int32

Implements

Applies to