Share via


ImmutableList<T>.IImmutableList<T>.Remove Yöntem

Tanım

Belirtilen değere sahip öğeyi listeden kaldırır.

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

Parametreler

value
T

Listeden kaldırılacak öğenin değeri.

equalityComparer
IEqualityComparer<T>

Eşitlik öğelerini karşılaştırmak için kullanılacak karşılaştırıcı.

Döndürülenler

Belirtilen öğe kaldırılmış yeni ImmutableList<T> bir.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IImmutableList<T> arabirime ImmutableList<T> yayınlandığında kullanılabilir.

Şunlara uygulanır