1 reference to RemoveAt
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IList.cs (1)
108
void IList<KeyValuePair<string, JsonNode?>>.RemoveAt(int index) =>
RemoveAt
(index);