CommentAuthor

CommentAuthor 类

表示注释的作者。

public sealed class CommentAuthor : ICommentAuthor

属性

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

方法

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

另请参见