ImmutableSortedSet<T>.Enumerator.Dispose 方法

定义

释放 ImmutableSortedSet<T>.Enumerator 类的当前实例使用的资源。

NuGet package: System.Collections.Immutable关于不可变集合和安装方法

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

实现

适用于