Alteridem.GitHub.Model.GitHubApiBase.AddComment C# (CSharp) Method

AddComment() public abstract method

public abstract AddComment ( Octokit.Issue issue, string comment ) : void
issue Octokit.Issue
comment string
return void
        public abstract void AddComment(Issue issue, string comment);