ImmutableSortedSet<T>.Clear 메서드

정의

변경할 수 없는 정렬된 집합에서 모든 요소를 제거합니다.

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

반환

요소가 제거된 빈 집합입니다.

설명

System.Collections.Immutable NuGet 패키지

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

적용 대상