C# this 关键字

来源:互联网 发布:php static global 编辑:程序博客网 时间:2024/05/23 13:11


c# this 关键字疑惑 待解决

To declare indexers, for example:

public int this[int param]{    get { return array[param]; }    set { array[param] = value; }}


this C# Reference:

https://msdn.microsoft.com/en-us/library/dk1507sz.aspx

https://msdn.microsoft.com/en-us/library/dk1507sz.aspx
0 0
原创粉丝点击