摘要: ##using语句定义: 提供可确保正确使用 IDisposable 对象的方便语法。 eg: string manyLines=@"This is line one This is line two Here is line three The penultimate line is line f 阅读全文
posted @ 2020-08-11 19:38 天山鸟 阅读(229) 评论(0) 推荐(0) 编辑
摘要: bool → System.Boolean (布尔型,其值为 true 或者 false) byte → System.Byte (字节型,占 1 字节,表示 8 位正整数,范围 0 ~ 255) sbyte → System.SByte (带符号字节型,占 1 字节,表示 8 位整数,范围 -12 阅读全文
posted @ 2020-08-11 17:40 天山鸟 阅读(894) 评论(0) 推荐(0) 编辑