View on GitHub

GithubClient

A C# Dll library for working with the Github Rest API

GithubClient

GithubClient.Git.BaseTree

BaseTree.Tree Property

A collection of Tree objects

public System.Collections.Generic.List<GithubClient.Git.Tree>? Tree { get; set; }

Property Value

System.Collections.Generic.List<Tree>