| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 580 人关注过本帖
标题:经常在程序里看到这些代码,这是什么意思
只看楼主 加入收藏
CMYK
Rank: 2
等 级:论坛游民
帖 子:67
专家分:74
注 册:2011-9-19
结帖率:46.15%
收藏
已结贴  问题点数:20 回复次数:1 
经常在程序里看到这些代码,这是什么意思
程序代码:
        /// <summary>
        /// Get/Set the message displayed to the user
        /// </summary>
        [Description("The message to display")]
        [Category("Parameters")]


程序代码:
    /// <summary>
    /// A simple activity that displays a message to the console when it executes
    /// </summary>
    [ActivityValidator(typeof(WriteLineValidator))]
    [Designer(typeof(WriteLineDesigner))]
    [ToolboxBitmap(typeof(WriteLineActivity),"Resources.WriteLine.png")]
    [ToolboxItem(typeof(WriteLineToolboxItem))]
搜索更多相关主题的帖子: message 
2013-08-12 17:13
shangsharon
Rank: 9Rank: 9Rank: 9
来 自:湖北武汉
等 级:蜘蛛侠
威 望:7
帖 子:221
专家分:1261
注 册:2012-3-25
收藏
得分:14 
这算是比较高级的部分,C#特性.我也不怎么会用它.
2013-08-12 17:50
快速回复:经常在程序里看到这些代码,这是什么意思
数据加载中...
 
   



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

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