IInvocationFeatures Interface

Definição

Representa uma coleção de recursos de invocação.

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))
Implementações

Métodos

Get<T>()

Obtém um recurso com o tipo especificado para a invocação atual.

Set<T>(T)

Define um recurso do tipo fornecido.

Aplica-se a