ImportScopeCollection.Enumerator 結構

定義

public: value class ImportScopeCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::ImportScopeHandle>
public struct ImportScopeCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.ImportScopeHandle>
type ImportScopeCollection.Enumerator = struct
    interface IEnumerator<ImportScopeHandle>
    interface IEnumerator
    interface IDisposable
Public Structure ImportScopeCollection.Enumerator
Implements IEnumerator(Of ImportScopeHandle)
繼承
ImportScopeCollection.Enumerator
實作

屬性

Current

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

方法

MoveNext()

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

明確介面實作

IDisposable.Dispose()

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

IEnumerator.Current

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

IEnumerator.Reset()

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

適用於