MethodImplementationHandleCollection.IEnumerable<MethodImplementationHandle>.GetEnumerator Metoda

Definicja

Zwraca moduł wyliczający, który iteruje po kolekcji.

 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

Zwraca

IEnumerator<MethodImplementationHandle>

Moduł wyliczający, który może służyć do iterowania po kolekcji.

Implementuje

Dotyczy