ImmutableList<T>.IImmutableList<T>.Replace Metoda

Definice

Nahradí prvek v seznamu zadaným elementem.

 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

Parametry

oldValue
T

Prvek, který se má nahradit.

newValue
T

Prvek, kterým se má nahradit starý prvek.

equalityComparer
IEqualityComparer<T>

Porovnávače rovnosti, který se má použít při hledání.

Návraty

Nový seznam.

Implementuje

Výjimky

oldValue v seznamu neexistuje.

Platí pro