次の方法で共有


IInvocationFeatures インターフェイス

定義

呼び出し機能のコレクションを表します。

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))
実装

メソッド

Get<T>()

現在の呼び出しの指定された型を持つ機能を取得します。

Set<T>(T)

指定された型の機能を設定します。

適用対象