首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

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

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

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

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

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

热点排行