MethodDebugInformationHandleCollection.IEnumerable<MethodDebugInformationHandle>.GetEnumerator メソッド

定義

コレクションを反復処理する列挙子を返します。

 virtual System::Collections::Generic::IEnumerator<System::Reflection::Metadata::MethodDebugInformationHandle> ^ System.Collections.Generic.IEnumerable<System.Reflection.Metadata.MethodDebugInformationHandle>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Reflection::Metadata::MethodDebugInformationHandle>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodDebugInformationHandle> IEnumerable<MethodDebugInformationHandle>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Reflection.Metadata.MethodDebugInformationHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodDebugInformationHandle>
override this.System.Collections.Generic.IEnumerable<System.Reflection.Metadata.MethodDebugInformationHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodDebugInformationHandle>
Function GetEnumerator () As IEnumerator(Of MethodDebugInformationHandle) Implements IEnumerable(Of MethodDebugInformationHandle).GetEnumerator

戻り値

コレクションの反復処理に使用できる列挙子。

実装

適用対象