IsThreadedComment

Comment.IsThreadedComment property

表示此评论是否为线程评论。

public bool IsThreadedComment { get; }

例子


[C#]
if(comment1.IsThreadedComment)
{
    //这条评论是一个线程评论。
}

也可以看看