Monobjc.ObjectiveCIVarAttribute.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.ObjectiveCIVarString,
                                 this.Name);
		}
	}