Mono.CSharp.Report.FeatureIsNotSupported C# (CSharp) Method

FeatureIsNotSupported() public method

public FeatureIsNotSupported ( Mono.CSharp.Location loc, string feature ) : void
loc Mono.CSharp.Location
feature string
return void
		public void FeatureIsNotSupported (Location loc, string feature)
		{
			Error (1644, loc,
				"Feature `{0}' is not supported in Mono mcs1 compiler. Consider using the `gmcs' compiler instead",
				feature);
		}