Edit

Share via


Delegate.InvocationListEnumerator<TDelegate>.GetEnumerator Method

Definition

Implements IEnumerable.GetEnumerator() to return 'this' as the IEnumerator.

public:
 Delegate::InvocationListEnumerator<TDelegate> GetEnumerator();
public Delegate.InvocationListEnumerator<TDelegate> GetEnumerator();
member this.GetEnumerator : unit -> Delegate.InvocationListEnumerator<'Delegate (requires 'Delegate :> Delegate)>
Public Function GetEnumerator () As Delegate.InvocationListEnumerator(Of TDelegate)

Returns

An IEnumerator instance that can be used to iterate through the invocation targets of the delegate.

Applies to