什么是类:
一种数数据结构,存储数据成员,方法成员,和其它的内容,便 于方便 谳用
C#语法:
class 类名{
//TODO
}
C#中关键字(小写)不能作为方法名,类名,命名空间名等,
static 静态
namespace
using 引用
class 类
string 字符
new 创建对象
C#标识符
console.WriteLine("你好!")
console.ReadLine();
什么是类:
一种数数据结构,存储数据成员,方法成员,和其它的内容,便 于方便 谳用
C#语法:
class 类名{
//TODO
}
C#中关键字(小写)不能作为方法名,类名,命名空间名等,
static 静态
namespace
using 引用
class 类
string 字符
new 创建对象
C#标识符
console.WriteLine("你好!")
console.ReadLine();