Item

ThreadedCommentAuthorCollection indexer (1 of 2)

获取创建线程评论的人。

public ThreadedCommentAuthor this[int index] { get; }
范围描述
index指数

也可以看看


ThreadedCommentAuthorCollection indexer (2 of 2)

获取创建线程评论的人。

public ThreadedCommentAuthor this[string name] { get; }
范围描述
name作者姓名。

也可以看看