コード例 #1
0
 public TValue GetObjectProperty <TValue>(string propName)
 {
     return(Concrete.GetObjectProperty <TValue>(propName));
 }