阅读背景:

如何制作通用类型转换方法

来源:互联网 

What I want to do is:

我想做的是:

bool Convert( out Object output, Object source)
{
   // find type of output.
   // convert source to that type if possible
   // store result in output.

   return success
} 
bool Convert( 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: