Compartir a través de


IInvocationFeatures Interfaz

Definición

Representa una colección de características de invocación.

public interface IInvocationFeatures : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Type,object>>
type IInvocationFeatures = interface
    interface seq<KeyValuePair<Type, obj>>
    interface IEnumerable
Public Interface IInvocationFeatures
Implements IEnumerable(Of KeyValuePair(Of Type, Object))
Implementaciones

Métodos

Get<T>()

Obtiene una característica con el tipo especificado para la invocación actual.

Set<T>(T)

Establece una característica del tipo proporcionado.

Se aplica a