固有类型:
Byte
Boolean
Char
Decimal
Double
Single
Int32
Int64
Int16
UInt16
UInt32
UInt64
DateTime
String
Guid
DataSet
XmlQualifiedName
XmlNode
自定义类型:
enum
struct
class
以及上述类型的数组, 如 Byte[]、 string[] 、DataSet[]
本文列举了多种编程语言中的固有类型,包括基本数值类型、字符串、日期时间等,同时也介绍了自定义类型如枚举、结构体、类等,并提到了这些类型的数组形式。
固有类型:
Byte
Boolean
Char
Decimal
Double
Single
Int32
Int64
Int16
UInt16
UInt32
UInt64
DateTime
String
Guid
DataSet
XmlQualifiedName
XmlNode
自定义类型:
enum
struct
class
以及上述类型的数组, 如 Byte[]、 string[] 、DataSet[]
5777

被折叠的 条评论
为什么被折叠?