1.类中输入 prop 得到
public int MyProperty { get; set; }
光标移动到 int 后方。
2.输入 ctor 得到构造器函数
public Seat()
{
}
3.输入 cw 得到
Console.WriteLine();
光标移动到括号里。
1.类中输入 prop 得到
public int MyProperty { get; set; }
光标移动到 int 后方。
2.输入 ctor 得到构造器函数
public Seat()
{
}
3.输入 cw 得到
Console.WriteLine();
光标移动到括号里。