MethodImplementationHandleCollection.IEnumerable<MethodImplementationHandle>.GetEnumerator Método
Definição
Retorna um enumerador que itera pela coleção.Returns an enumerator that iterates through the collection.
virtual System::Collections::Generic::IEnumerator<System::Reflection::Metadata::MethodImplementationHandle> ^ System.Collections.Generic.IEnumerable<System.Reflection.Metadata.MethodImplementationHandle>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Reflection::Metadata::MethodImplementationHandle>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodImplementationHandle> IEnumerable<MethodImplementationHandle>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Reflection.Metadata.MethodImplementationHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodImplementationHandle>
override this.System.Collections.Generic.IEnumerable<System.Reflection.Metadata.MethodImplementationHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MethodImplementationHandle>
Function GetEnumerator () As IEnumerator(Of MethodImplementationHandle) Implements IEnumerable(Of MethodImplementationHandle).GetEnumerator
Retornos
Um enumerador que pode ser usado para iterar pela coleção.An enumerator that can be used to iterate through the collection.