Delegate.InvocationListEnumerator<TDelegate> Struct

Definizione

Fornisce un enumeratore per l'elenco chiamate di un delegato.

public: generic <typename TDelegate>
 where TDelegate : Delegatevalue class Delegate::InvocationListEnumerator
public struct Delegate.InvocationListEnumerator<TDelegate> where TDelegate : Delegate
type Delegate.InvocationListEnumerator<'Delegate (requires 'Delegate :> Delegate)> = struct
Public Structure Delegate.InvocationListEnumerator(Of TDelegate)

Parametri di tipo

TDelegate

Tipo delegato da enumerare.

Ereditarietà
Delegate.InvocationListEnumerator<TDelegate>

Proprietà

Current

Implementa il modello IEnumerator.

Metodi

GetEnumerator()

Implementa IEnumerable.GetEnumerator() per restituire "this" come IEnumerator.

MoveNext()

Implementa il modello IEnumerator.

Si applica a