Binder.TryResolveReturnType<R>(MethodInfo) Method

Definition

public static bool TryResolveReturnType<R> (System.Reflection.MethodInfo method);
static member TryResolveReturnType : System.Reflection.MethodInfo -> bool
Public Shared Function TryResolveReturnType(Of R) (method As MethodInfo) As Boolean

Type Parameters

R

Parameters

method
MethodInfo

Returns

Boolean

Applies to