蓉杠学习网

c语言 return this,c语言 return用法

大家好,今天小编关注到一个比较意思的话题,就是关于c语言 return this的问题,于是小编就整理了3个相关介绍c语言 return this的解答,让我们一起看看吧。

  1. c#中this的用法?
  2. come和return的区别?
  3. return是短暂性动词吗?

c#中this的用法?

1、在构造函数中this用于限定被相同的名称隐藏的成员,例如:

public class Student{

c语言 return this,c语言 return用法div>
图片来源网络,侵删)

public Student(string name, string age){

this.name = name;

this.age = age;

c语言 return this,c语言 return用法
(图片来源网络,侵删)

}}

2、将对象作为参数传递到其他方法时也要用this表达,例如:fun(this)。

3、可以通过this[]来声明索引器,例如:

c语言 return this,c语言 return用法
(图片来源网络,侵删)

come和return的区别

come是来的意思,而return则是回来的意思,区别可以从以下例子看出:

Do you come for the first time or you return to this program, as you give me familiar impressions when I see you. 你是第一次来还是重新回到这个节目,看到你给我有熟悉的印象。

return是短暂性动词吗?

return不是短暂性动词

例句

1.

To exit from this page, press the return key.

退出本页面返回键。

2.

After the attack, they returned to base.

他们发动攻击之后返回了基地。

3.

Early results indicate that the *** will be returned to power.

到此,以上就是小编对于c语言 return this的问题就介绍到这了,希望介绍关于c语言 return this的3点解答对大家有用。

[免责声明]本文来源于网络,不代表本站立场,如转载内容涉及版权等问题,请联系邮箱:83115484@qq.com,我们会予以删除相关文章,保证您的权利。 转载请注明出处:http://www.rongung.com/post/35307.html

分享:
扫描分享到社交APP