EventDefinitionHandleCollection.IEnumerable<EventDefinitionHandle>.GetEnumerator メソッド

定義

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

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

戻り値

IEnumerator<EventDefinitionHandle>

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

実装

適用対象