ImmutableSortedSet<T>.Builder.ToImmutable 方法

定义

基于此实例的内容创建一个不可变排序集。

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

返回

不可变集。

注解

此方法是一个 O (n) 运算,并且接近 O (1) 时间,因为自上次调用此方法以来集的实际突变数接近 0。

适用于