C#中bool和布尔类型有什么区别
C#中bool和Boolean类型有什么区别?
bool是System.Boolean的别名,就像int是System.Int32的别名一样。 查看完整的别名列表:内置类型表(C#参考)。
我不相信有一个。
bool只是System.Boolean的别名
他们是一样的。 布尔只是布尔的别名。
链接地址: http://www.djcxy.com/p/21197.html上一篇: What is the difference between bool and Boolean types in C#
