共用方式為


Binder.TryResolveReturnType<R>(MethodInfo) 方法

定義

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

類型參數

R

參數

method
MethodInfo

傳回

適用於