A>if (T это string) {ParamValue=paramValue; return} A>if (T это int) return int.TryParse(paramValue, out ParamValue); A>
typeof(T) == typeof(string)