标题:C# 定义一个结构很累赘。
取消只看楼主
d1305147
Rank: 1
等 级:新手上路
帖 子:7
专家分:0
注 册:2011-3-30
结帖率:33.33%
已结贴  问题点数:20 回复次数:0 
C# 定义一个结构很累赘。
程序代码:
        public struct myPoint
        {
            public int x, y;
            public myPoint(int x, int y)
            {
                this.x = x;
                this.y = y;
            }
        }int x, int y
出现两次。越看越别扭。

搜索更多相关主题的帖子: 结构 
2011-04-01 14:56



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-335393-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.054639 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved