FrozenSet<T>.Enumerator 結構

定義

列舉的值 FrozenSet<T>

public: value class FrozenSet<T>::Enumerator : System::Collections::Generic::IEnumerator<T>
public struct FrozenSet<T>.Enumerator : System.Collections.Generic.IEnumerator<T>
type FrozenSet<'T>.Enumerator = struct
    interface IEnumerator<'T>
    interface IEnumerator
    interface IDisposable
Public Structure FrozenSet(Of T).Enumerator
Implements IEnumerator(Of T)

類型參數

T
繼承
FrozenSet<T>.Enumerator
實作

屬性

Current

取得集合中位於列舉值目前位置的元素。

方法

MoveNext()

將列舉值往前推至下集合中的下一個項目。

明確介面實作

IDisposable.Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

IEnumerator.Current

取得集合中位於列舉值目前位置的元素。

IEnumerator.Reset()

設定列舉值至它的初始位置,這是在集合中第一個項目之前。

適用於