LocalConstantHandleCollection.Enumerator Struct
Definizione
public: value class LocalConstantHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::LocalConstantHandle>
public struct LocalConstantHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.LocalConstantHandle>
type LocalConstantHandleCollection.Enumerator = struct
interface IEnumerator<LocalConstantHandle>
interface IEnumerator
interface IDisposable
Public Structure LocalConstantHandleCollection.Enumerator
Implements IEnumerator(Of LocalConstantHandle)
- Ereditarietà
- Implementazioni
Proprietà
Current |
Ottiene l'elemento della raccolta in corrispondenza della posizione corrente dell'enumeratore.Gets the element in the collection at the current position of the enumerator. |
Metodi
MoveNext() |
Sposta l'enumeratore all'elemento successivo della raccolta.Advances the enumerator to the next element of the collection. |
Implementazioni dell'interfaccia esplicita
IDisposable.Dispose() |
Esegue attività definite dall'applicazione, come rilasciare o reimpostare risorse non gestite.Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
IEnumerator.Current |
Ottiene l'elemento della raccolta in corrispondenza della posizione corrente dell'enumeratore.Gets the element in the collection at the current position of the enumerator. |
IEnumerator.Reset() |
Imposta l'enumeratore sulla propria posizione iniziale, ovvero prima del primo elemento nella raccolta.Sets the enumerator to its initial position, which is before the first element in the collection. |