ImmutableList<T>.IImmutableList<T>.Remove 메서드

정의

목록에서 지정된 키를 가진 요소를 제거합니다.

 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

매개 변수

value
T

목록에서 제거할 요소의 값입니다.

equalityComparer
IEqualityComparer<T>

요소가 같은지 비교하는 데 사용할 비교자입니다.

반환

IImmutableList<T>

지정된 개체가 제거된 새 ImmutableList<T>입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ImmutableList<T> 인스턴스가 IImmutableList<T> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상