AssemblyFileHandleCollection.Enumerator 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public: value class AssemblyFileHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::AssemblyFileHandle>
public struct AssemblyFileHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.AssemblyFileHandle>
type AssemblyFileHandleCollection.Enumerator = struct
interface IEnumerator<AssemblyFileHandle>
interface IEnumerator
interface IDisposable
type AssemblyFileHandleCollection.Enumerator = struct
interface IEnumerator<AssemblyFileHandle>
interface IDisposable
interface IEnumerator
Public Structure AssemblyFileHandleCollection.Enumerator
Implements IEnumerator(Of AssemblyFileHandle)
- 継承
- 実装
プロパティ
Current |
列挙子の現在位置にあるコレクション内の要素を取得します。 |
メソッド
MoveNext() |
列挙子をコレクションの次の要素に進めます。 |
明示的なインターフェイスの実装
IDisposable.Dispose() |
アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。 |
IEnumerator.Current |
列挙子の現在位置にあるコレクション内の要素を取得します。 |
IEnumerator.Reset() |
列挙子を初期位置、つまりコレクションの最初の要素の前に設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET