ResolveReturnTypeIfNeeded() static private method

static private ResolveReturnTypeIfNeeded ( MethodReference methodReference ) : TypeReference
methodReference MethodReference
return TypeReference
Esempio n. 1
0
 public TypeReference ResolveReturnType(MethodReference method)
 {
     return(Resolve(GenericParameterResolver.ResolveReturnTypeIfNeeded(method)));
 }