BasePullRequestSystem.

HasCapability<T>() Method

Summary

Checks if a pull request has a specific capability.

Syntax

public bool HasCapability<T>() where T : IPullRequestSystemCapability

Type Parameters

Name Description
T Type of the capability.

Return Value

Type Description
bool True if pull request system has the specific capability.