ParameterHandleCollection.Enumerator Struct
Definizione
public: value class ParameterHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::ParameterHandle>
public struct ParameterHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.ParameterHandle>
type ParameterHandleCollection.Enumerator = struct
interface IEnumerator<ParameterHandle>
interface IEnumerator
interface IDisposable
Public Structure ParameterHandleCollection.Enumerator
Implements IEnumerator(Of ParameterHandle)
- 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. |