CommentAuthor

CommentAuthor class

表示评论的作者。

public sealed class CommentAuthor : ICommentAuthor

属性

名称描述
Comments { get; }返回此作者所做的评论集合。只读 ICommentCollection
Initials { get; set; }返回或设置作者的首字母。读写字符串。
Name { get; set; }返回或设置作者的名称。读写字符串。

方法

名称描述
Remove()从父集合中移除作者。

另请参见