Mono.ReportBugsToAttribute.ReportBugsToAttribute C# (CSharp) Method

ReportBugsToAttribute() public method

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