阅读背景:

C#中的System.Type和System.RuntimeType之间的区别

来源:互联网 

 

string str = string.Empty;
Type strType = str.GetType();
Type strTypeType = strType.GetType();
strType.ToString();     // returns "System.string"
strTypeType.ToString(); // returns "System.RuntimeType"string str = string.Empty;
Type strType = st



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

分享到: