Table of Contents

Method RemoveAll

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

RemoveAll(Predicate<T>)

Creates a new ImmutableValueArray<T> with all items that match the specified predicate removed.

public ImmutableValueArray<T> RemoveAll(Predicate<T> match)

Parameters

match Predicate<T>

The predicate to match items to remove.

Returns

ImmutableValueArray<T>

A new array with the matching items removed.