ImmutableSortedSet<T>.Enumerator.Reset 方法

定義

將列舉程式設定為它的初始位置,這是在不可變排序資料集中的第一個項目之前。

NuGet 套件System.Collections.Immutable (關於固定集合及其安裝方法)

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

實作

適用於