SequencePointCollection.Enumerator 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public: value class SequencePointCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::SequencePoint>
public struct SequencePointCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.SequencePoint>
type SequencePointCollection.Enumerator = struct
interface IEnumerator<SequencePoint>
interface IEnumerator
interface IDisposable
type SequencePointCollection.Enumerator = struct
interface IEnumerator<SequencePoint>
interface IDisposable
interface IEnumerator
Public Structure SequencePointCollection.Enumerator
Implements IEnumerator(Of SequencePoint)
- 繼承
- 實作
屬性
Current |
取得集合中位於列舉值目前位置的元素。 |
方法
MoveNext() |
將列舉值往前推至下集合中的下一個項目。 |
Reset() |
設定列舉值至它的初始位置,這是在集合中第一個項目之前。 |
明確介面實作
IDisposable.Dispose() |
執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 |
IEnumerator.Current |
取得集合中位於列舉值目前位置的元素。 |