Binder.TryResolveReturnType<R>(MethodInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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