Github.Api.Core.CreateRepositoryInfo.CreateRepositoryInfo C# (CSharp) Метод

CreateRepositoryInfo() публичный Метод

public CreateRepositoryInfo ( string name ) : Newtonsoft.Json
name string
Результат Newtonsoft.Json
		public CreateRepositoryInfo(string name)
		{
			this.Name = name;
			this.HasIssues = true;
			this.HasWiki = true;
			this.HasDownloads = true;
		}
	}
CreateRepositoryInfo