Esempio n. 1
0
 private T GetValue <T>(string name)
 {
     return(ParserAndConvertHelper.GetConvertValue <T>(GetValue(name)));
 }