黑马程序员_学习日记14_System命名空间

来源:互联网 发布:周扬青淘宝店链接 编辑:程序博客网 时间:2024/05/17 04:07

System命名空间

System命名空间下:

l        常用的命名空间:

Threading线程、Text文字编码、Data数据库操作、Connection集合

l        常用的类:

Console控制台应用程序的标准输入流、输出流、错误流。

ObjectDelegate委托、Enum枚举、Exception异常、RandomString

l        常用的结构体:

BooleanByteCharDateTimeDecimalDoubleGuidInt16Int32Int64Void

l        常用的接口:

IDisposableDefines a method to release allocatedrescources.

原创粉丝点击