Partager via


IInvocationFeatures Interface

Définition

Représente une collection de fonctionnalités d’appel.

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))
Implémente

Méthodes

Get<T>()

Obtient une fonctionnalité avec le type spécifié pour l’appel actuel.

Set<T>(T)

Définit une fonctionnalité du type fourni.

S’applique à