Sdílet prostřednictvím


Delegate.InvocationListEnumerator<TDelegate> Struktura

Definice

Poskytuje enumerátor pro seznam vyvolání delegáta.

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 delegáta je výčtu.

Dědičnost
Delegate.InvocationListEnumerator<TDelegate>

Vlastnosti

Current

Implementuje model IEnumerator.

Metody

GetEnumerator()

Implements IEnumerable.GetEnumerator() pro vrácení 'this' jako IEnumerator.

MoveNext()

Implementuje model IEnumerator.

Platí pro