ResolveVariableTypeIfNeeded() static private method

static private ResolveVariableTypeIfNeeded ( MethodReference method, VariableReference variable ) : TypeReference
method MethodReference
variable Mono.Cecil.Cil.VariableReference
return TypeReference
Esempio n. 1
0
 public TypeReference ResolveVariableType(MethodReference method, VariableReference variable)
 {
     return(Resolve(GenericParameterResolver.ResolveVariableTypeIfNeeded(method, variable)));
 }