PullRequestDiscussionThread.

Comments Property

Summary

Gets all the comments of this thread.

Syntax

public IList<IPullRequestDiscussionComment> Comments { get; }

Value

Type Description
IList<IPullRequestDiscussionComment>
GitHub