Instance Method
インスタンスメソッド
description(withLocale:)
Returns a string that represents the contents of the ordered set, formatted as a property list.
順序集合の内容を表す文字列を返します、プロパティリストとして書式設定されます。
Declaration
宣言
func description(withLocale locale: Any?) -> String
Parameters
パラメータ
locale
An NSLocale
object or an NSDictionary
object that specifies options used for formatting each of the ordered set’s elements (where recognized). Specify nil
if you don’t want the elements formatted.
NSLocale
オブジェクトまたはNSDictionary
オブジェクト、それは順序集合の持つ要素それぞれを書式設定するために使われるオプションを指定します(認める場合は)。nil
をあなたが書式設定された要素を望まないならば指定してください。
Return Value
戻り値
A string that represents the contents of the ordered set, formatted as a property list.
順序集合の内容を表す文字列、プロパティリストとして書式設定されます。
Discussion
議論
For a description of how locale is applied to each element in the receiving ordered set, see description(withLocale:indent:)
.
どのようにロケールが受け手側の順序集合の中の各要素に適用されるかの記述として、description(withLocale:indent:)
を見てください。
See Also
参照
Describing a Set
集合を記述する
var description: String
A string that represents the contents of the ordered set, formatted as a property list.
順序集合の内容を表す文字列、プロパティリストとして書式設定されます。