gpt4 book ai didi

c# - 什么时候使用 "this"关键字?

转载 作者:IT王子 更新时间:2023-10-29 03:28:53 28 4
gpt4 key购买 nike

<分区>

我很好奇其他人如何使用 this 关键字。我倾向于在构造函数中使用它,但我也可能在整个类中的其他方法中使用它。一些例子:

在构造函数中:

public Light(Vector v)
{
this.dir = new Vector(v);
}

别处

public void SomeMethod()
{
Vector vec = new Vector();
double d = (vec * vec) - (this.radius * this.radius);
}

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com