ExportedTypeHandleCollection.IEnumerable<ExportedTypeHandle>.GetEnumerator 方法

定義

傳回逐一查看集合的列舉值。

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

傳回

IEnumerator<ExportedTypeHandle>

可用來逐一查看集合的列舉值。

實作

適用於