IDiagnosticSourceMethodAdapter.Adapt(MethodInfo, Type) Method

Definition

public:
 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>
Public Function Adapt (method As MethodInfo, inputType As Type) As Func(Of Object, Object, Boolean)

Parameters

method
MethodInfo
inputType
Type

Returns

Applies to