LocalScopeHandleCollection.IEnumerable<LocalScopeHandle>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che consente di scorrere la raccolta.

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

Restituisce

Enumeratore che può essere usato per scorrere la raccolta.

Implementazioni

Si applica a