Skip to content

JsonElement.Mutable.RemoveWhere Method

Definition

Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll

Overloads

Method Description
RemoveWhere(JsonPredicate<T>)
RemoveWhere(JsonPredicate<JsonElement>)

RemoveWhere(JsonPredicate<T>)

Source: JsonElement.Mutable.cs

public void RemoveWhere<T>(JsonPredicate<T> predicate)
    where T : struct, IJsonElement<T>

Parameters

Name Type Description
predicate JsonPredicate<T>

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

RemoveWhere(JsonPredicate<JsonElement>)

Source: JsonElement.Mutable.cs

public void RemoveWhere(JsonPredicate<JsonElement> predicate)

Parameters

Name Type Description
predicate JsonPredicate<JsonElement>

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue