次の方法で共有


ProxyDiagnosticSourceMethodAdapter.Adapt(MethodInfo, Type) メソッド

定義

public:
 virtual Func<System::Object ^, System::Object ^, bool> ^ Adapt(System::Reflection::MethodInfo ^ method, Type ^ inputType);
public Func<object,object,bool> Adapt (System.Reflection.MethodInfo method, Type inputType);
abstract member Adapt : System.Reflection.MethodInfo * Type -> Func<obj, obj, bool>
override this.Adapt : System.Reflection.MethodInfo * Type -> Func<obj, obj, bool>
Public Function Adapt (method As MethodInfo, inputType As Type) As Func(Of Object, Object, Boolean)

パラメーター

method
MethodInfo
inputType
Type

戻り値

実装

適用対象