Summary
Description of a comment on a pull request.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Implementing Types
graph BT
Type["IPullRequestDiscussionComment"]
class Type type-node
Implementing0["PullRequestDiscussionComment"]-.->Type
click Implementing0 "/api/Cake.Issues.PullRequests/PullRequestDiscussionComment"
Syntax
public interface IPullRequestDiscussionComment
Properties
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|