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)

반환

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

적용 대상