FindCommentByIdx

CommentCollection.FindCommentByIdx 方法

通过索引在集合中找到评论。

public IComment FindCommentByIdx(int idx)
参数类型描述
idxInt32要查找的评论的唯一索引 Int32。

返回值

找到的评论或 null IComment

另请参阅