コード例 #1
0
 public T GetValue <T>(string propertyName)
 {
     return((T)configDocument.GetType().GetProperty(propertyName).GetValue(configDocument));
 }