Mono.ReportBugsToAttribute.ReportBugsToAttribute C# (CSharp) 메소드

ReportBugsToAttribute() 공개 메소드

public ReportBugsToAttribute ( string url ) : System
url string
리턴 System
		public ReportBugsToAttribute(string url)
		{
			Url = url;
		}