Delegate.InvocationListEnumerator<TDelegate>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.