阅读背景:

改变行为的字符串。在。net 4.5中为空(或System.String::Empty)

来源:互联网 

Short version:

短版:

The C# code

c#代码

typeof(string).GetField("Empty").SetValue(null, "Hello world!");
Console.WriteLine(string.Empty);
typ



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

分享到: