Exemple #1
0
 T IXFieldRW.ReadValue<T>(object obj)
 {
     // TODO: If static
     return @interface.XConvertTo<T>(GetValue(obj));
 }