Table of Contents

Method Remove

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Remove(T, IEqualityComparer<T>?)

Creates a new ImmutableValueArray<T> with the first occurrence of the specified item removed.

public ImmutableValueArray<T> Remove(T value, IEqualityComparer<T>? equalityComparer)

Parameters

value T

The item to remove.

equalityComparer IEqualityComparer<T>

The equality comparer to use.

Returns

ImmutableValueArray<T>

A new array with the item removed, or the same array if the item was not found.