您目前尚未登陆,请选择【登陆】或【注册
首页->博客论坛->LiveBlog v1.0测试版源码>>LiveBlog.Core/Comment.cs>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:LiveBlog v1.0测试版源码
当前文件:文件类型 LiveBlog/LiveBlog.Core/Comment.cs打开代码结构图
普通视图
		            
1Using 9 10namespace LiveBlog.Core 11{ 12 /// <summary> 13 /// Represents a comment to a blog post. 14 /// </summary> 15 [Serializable] 16 public sealed class Comment : IComparable<Comment>, IPublishable 17 { 18 19 Properties 192 193 IComparable Members 211 212 Events