Monobjc.ObjectiveCFrameworkAttribute.ToString C# (CSharp) Method

ToString() public method

Returns a String that represents this instance.
public ToString ( ) : String
return String
		public override String ToString ()
		{
			return String.Format (CultureInfo.CurrentCulture,
                                 Resources.ObjectiveCFrameworkString,
                                 this.IsSystem);
		}
	}
ObjectiveCFrameworkAttribute