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
valueTThe object to remove from the list.
equalityComparerIEqualityComparer<T>The equality comparer to use to locate
value.
Returns
- IImmutableValueList<T>
A new list with the specified object removed.