ICommentAuthorCollection

ICommentAuthorCollection interface

表示评论作者的集合。

public interface ICommentAuthorCollection : IGenericCollection<ICommentAuthor>

特性

姓名描述
Item { get; }获取指定索引处的元素。 只读ICommentAuthor

方法

姓名描述
AddAuthor(string, string)在集合末尾添加新作者。
Clear()从集合中删除所有作者。
FindByName(string)按名称在集合中查找作者。
FindByNameAndInitials(string, string)按姓名和首字母在集合中查找作者。
Remove(ICommentAuthor)删除集合中指定作者的第一次出现。
RemoveAt(int)删除集合指定索引处的作者。
ToArray()创建并返回一个包含所有作者的数组。

也可以看看