ImmutableList<T>.Builder.ToImmutable 方法

定义

基于此实例的内容创建一个不可变列表。

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

返回

不可变列表。

注解

此方法是一个 O (n) 运算,并且随着上次调用此方法后对集的实际突变数接近 0,) 时间接近 O (log n。

适用于