CustomDebugInformationHandleCollection.IEnumerable<CustomDebugInformationHandle>.GetEnumerator メソッド

定義

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

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

戻り値

IEnumerator<CustomDebugInformationHandle>

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

実装

適用対象