IImmutableList<T>.Clear 메서드

정의

모든 항목이 제거되었지만 이 목록과 동일한 정렬 및 정렬 의미 체계를 사용하여 목록을 만듭니다.

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

반품

이 인스턴스와 정렬 및 정렬 의미 체계가 동일한 빈 목록입니다.

적용 대상