コード例 #1
0
 private bool FixVariableType(VariableReference variable, TypeReference type)
 {
     variable.set_VariableType(type);
     if (type == null)
     {
         return(false);
     }
     dummyVar0 = this.resolvedVariables.Add(variable);
     return(true);
 }