Monobjc.ObjectiveCClassAttribute.ToString C# (CSharp) Method

ToString() public method

Returns a that represents the current .
public ToString ( ) : String
return String
		public override String ToString ()
		{
			return String.Format (CultureInfo.CurrentCulture,
                                 Resources.ObjectiveCClassString,
                                 this.Name,
                                 this.InterceptDealloc);
		}
	}
ObjectiveCClassAttribute