阅读背景:

内置类型,何时(不)使用?

来源:互联网 

C# and VB.NET comes with built in types that maps to the CLR types. Examples are: int (C#) and Integer (VB) maps to System.Int32, long (C#) and Long (VB) maps to System.Int64. What are the best practices for deciding when to use built in types or not to use them (using the System.* structs/classes instead)?C# and VB.NET comes with built in types that ma




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

分享到: