c# 内置类型

C# 语言参考
内置类型表(C# 参考)

下表显示了内置 C# 类型的关键字,这些类型是 System 命名空间中的预定义类型的别名。

C# code
  
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> C# 类型 .NET Framework 类型 bool System.Boolean byte System.Byte sbyte System.SByte char System.Char decimal System.Decimal double System.Double float System.Single int System.Int32 uint System.UInt32 long System.Int64 ulong System.UInt64 object System.Object short System.Int16 ushort System.UInt16 string System.String

你可能感兴趣的:(C++,c,.net,C#)