Instance Property インスタンスプロパティ

description

Returns a description of the receiver. レシーバのある記述を返します。

Declaration 宣言

@property(readonly, copy) NSString *description;

Discussion 議論

Use this method for debugging rather than for generating XML output. It could yield more information than XMLString and XMLStringWithOptions:. このメソッドをデバッグに使ってください、XML出力生成に対してではなく。それは、XMLStringおよびXMLStringWithOptions:よりも多くの情報を生成できます。

See Also 参照

Emitting Node Content ノード内容を発行する