Table of Contents

Method RemoveAll

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

RemoveAll(Predicate<T>)

Removes all the elements that match the conditions defined by the specified predicate.

IImmutableValueList<T> RemoveAll(Predicate<T> match)

Parameters

match Predicate<T>

The delegate that defines the conditions of the elements to remove.

Returns

IImmutableValueList<T>

A new immutable list with the elements removed.