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