ImmutableList<T>.IImmutableList<T>.Replace Méthode

Définition

Remplace un élément de la liste par l’élément spécifié.

 virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.Replace(T oldValue, T newValue, System::Collections::Generic::IEqualityComparer<T> ^ equalityComparer) = System::Collections::Immutable::IImmutableList<T>::Replace;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.Replace (T oldValue, T newValue, System.Collections.Generic.IEqualityComparer<T> equalityComparer);
abstract member System.Collections.Immutable.IImmutableList<T>.Replace : 'T * 'T * System.Collections.Generic.IEqualityComparer<'T> -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.Replace : 'T * 'T * System.Collections.Generic.IEqualityComparer<'T> -> System.Collections.Immutable.IImmutableList<'T>
Function Replace (oldValue As T, newValue As T, equalityComparer As IEqualityComparer(Of T)) As IImmutableList(Of T) Implements IImmutableList(Of T).Replace

Paramètres

oldValue
T

Élément à remplacer.

newValue
T

Élément avec lequel remplacer l’ancien élément.

equalityComparer
IEqualityComparer<T>

Comparateur d’égalité à utiliser dans la recherche.

Retours

Nouvelle liste.

Implémente

Exceptions

oldValue n’existe pas dans la liste.

S’applique à