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

返回

用于循环访问集合的枚举数。

实现

适用于