兄弟们,错误列表 可以在 视图 窗口里找到!!!
兄弟们,错误列表 可以在 视图 窗口里找到!!!
public void Insert(数据一数据二)
{
if(index<0||index>count -1){
if()
}
for(int i=count-1;i>)
访问元素
public T this[int index]
{
get{
return data[int index]
{
set
{
data[index]=value;
}
list[10]
List
所有的引用类型都需要用new去定义
for()
public int count
{
get
{
}
}
列表可以存储任何类型的数据
列表就是系统提供的一个类
List list = new list();
任何类里都有tostring的方法
tostring用来输出类的完整路径的
class Vector3
{
public float x;
public float y;
public float z;
public double Length()
{
return Math.Sqrt(x*x+y*y+z*z);
}
list.insert(3,800)
remove
list.indexof
list.capacity获取list的容量
list.add(800)
list.insert(3,400);\
list.removeall()
list.indexof()
vehicle...威e口
接口的中方法默认就是public接口
接口中实现了方法,如果调用了方法这个类必须实现这个方法
声明和构造
隐藏方法只有在子类调用的才实现隐藏方法
结构体的话,他就是一个值类型的
重构-重新设计-架构师
结构体适合少量的数据的模板
抽象类可以包含抽象方法也可以包含普通的方法
抽象类只能继承yi'ge
override 重写的方法
可以把子类构造的对象赋值给fu'lei
接口不能继承
没有任何函数体
console.writeline(s1=s2)
ture
public static bool operator ==()
console.writeline(index)
int temp = t[]
private string[] name new string[10]
构造函数
string[] name = new string[10]
int i = 0
foreach(string temp in days){
uf
}
p
public int this[string day]
{
}
静态的
static 静态函数
静态类 public static int count
静态成员既可以通过类访问 又可以通过对象类访问
静态是放在静态存储区里的
静态函数只能使用静态数据
类的修饰符
public class 前者可以在别的项目访问 后者不行
子类的权限不能高于父类
DrivedClass dc = new DrivedClass():base()
base()调用父类
不完整的模板 称为抽象类
base 访问父类的成员
procted