Table of Contents

Method Remove

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Remove(T, IEqualityComparer<T>?)

Removes the first occurrence of a specified object from this immutable list.

IImmutableValueList<T> Remove(T value, IEqualityComparer<T>? equalityComparer)

Parameters

value T

The object to remove from the list.

equalityComparer IEqualityComparer<T>

The equality comparer to use to locate value.

Returns

IImmutableValueList<T>

A new list with the specified object removed.