Delegate.InvocationListEnumerator<TDelegate> Struct
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.
Provides an enumerator for the invocation list of a delegate.
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)
Type Parameters
- TDelegate
Delegate type being enumerated.
- Inheritance
Properties
Current |
Implements the IEnumerator pattern. |
Methods
GetEnumerator() |
Implements IEnumerable.GetEnumerator() to return 'this' as the IEnumerator. |
MoveNext() |
Implements the IEnumerator pattern. |
Applies to
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.