_UIContentControl=new UIContentControl(this);这边this的用法有什么好处

_UIContentControlnew UIContentControl(this)这里this的用法有什么好处?_UIContentControlnewUIConten

_UIContentControl=new UIContentControl(this);这里this的用法有什么好处?
_UIContentControl=new   UIContentControl(this);这里this的用法有什么好处?

[解决办法]
()内的部分是参数,不管传进去的是this,object,引用,数值 ... 都一样

要说用处,就是看方法体了