搜索
编程论坛
→
Linux/Unix
→
『 Linux教室 』
→ 属性与变量的使用
标题:
属性与变量的使用
取消只看楼主
伍则帝
来 自:四川省南充市高坪区
等 级:
论坛游民
威 望:
6
帖 子:100
专家分:34
注 册:2013-3-16
结帖率:
84%
楼主
问题点数:0 回复次数:0
属性与变量的使用
private int direction = 1;
public int Direction
{
get {return direction;}
set {direction = value;}
}
在这一个类的内部通过direction 赋值与Direction
有什么区别吗?
搜索更多相关主题的帖子:
direction
private
public
return
2013-11-27 09:15
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-424259-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.053483 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved