C# Class GitHub.ViewModels.PullRequestDirectoryNode

A directory node in a pull request changes tree.
Inheritance: IPullRequestDirectoryNode
显示文件 Open project: github/VisualStudio Class Usage Examples

Public Methods

Method Description
PullRequestDirectoryNode ( string fullPath ) : System

Initializes a new instance of the PullRequestDirectoryNode class.

Method Details

PullRequestDirectoryNode() public method

Initializes a new instance of the PullRequestDirectoryNode class.
public PullRequestDirectoryNode ( string fullPath ) : System
fullPath string
return System