ImmutableList<T>.Clear 메서드

정의

변경할 수 없는 목록에서 모든 요소를 제거합니다.

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

반환

이 인스턴스와 동일한 정렬 또는 순서가 지정되지 않은 의미 체계를 유지하는 빈 목록입니다.

적용 대상