ImmutableSortedSet<T>.Remove(T) 메서드

정의

이 변경할 수 없는 정렬된 집합에서 지정된 값을 제거합니다.

public:
 System::Collections::Immutable::ImmutableSortedSet<T> ^ Remove(T value);
public System.Collections.Immutable.ImmutableSortedSet<T> Remove (T value);
member this.Remove : 'T -> System.Collections.Immutable.ImmutableSortedSet<'T>
Public Function Remove (value As T) As ImmutableSortedSet(Of T)

매개 변수

value
T

제거할 요소입니다.

반환

요소가 제거된 변경할 수 없는 정렬된 새 집합입니다. 집합에 요소가 없는 경우 이 집합입니다.

설명

System.Collections.Immutable NuGet 패키지

변경할 수 없는 컬렉션 및 설치 방법 정보

적용 대상