EventDefinitionHandleCollection.IEnumerable<EventDefinitionHandle>.GetEnumerator 方法
定义
返回一个循环访问集合的枚举器。Returns an enumerator that iterates through the collection.
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
返回
用于循环访问集合的枚举数。An enumerator that can be used to iterate through the collection.