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)

返回

一个空列表,其中保留此实例具有的相同排序或未排序语义。

适用于