Udostępnij za pośrednictwem


Delegate.InvocationListEnumerator<TDelegate> Struktura

Definicja

Udostępnia moduł wyliczający dla listy wywołań delegata.

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)

Parametry typu

TDelegate

Typ delegata jest wyliczany.

Dziedziczenie
Delegate.InvocationListEnumerator<TDelegate>

Właściwości

Current

Implementuje wzorzec IEnumerator.

Metody

GetEnumerator()

Implementuje element IEnumerable.GetEnumerator() w celu zwrócenia wartości "this" jako IEnumerator.

MoveNext()

Implementuje wzorzec IEnumerator.

Dotyczy