Delegate.InvocationListEnumerator<TDelegate> Estructura
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Proporciona un enumerador para la lista de invocación de un delegado.
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)
- TDelegate
Tipo delegado que se enumera.
- Herencia
Current |
Implementa el patrón IEnumerator. |
Get |
Implementa IEnumerable.GetEnumerator() para devolver "this" como IEnumerator. |
Move |
Implementa el patrón IEnumerator. |
Producto | Versiones |
---|---|
.NET | 9 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: