コード例 #1
0
 public static T GetValue <T>(this ASPxEdit source)
 {
     return(source.GetValue().As <T>());
 }