ImmutableSortedSet<T>.Enumerator.Reset 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將列舉程式設定為它的初始位置,這是在不可變排序資料集中的第一個項目之前。
NuGet 套件:System.Collections.Immutable (關於固定集合及其安裝方法)
public:
virtual void Reset();
public void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Sub Reset ()