var description: String
A string that represents the contents of the set, formatted as a property list.
集合の内容を表す文字列、プロパティリストとして書式設定されます。
Availability 有効性
Technology
func description(withLocale locale: Any?) -> String
locale
On iOS and macOS 10.5 and later, either an instance of NSDictionary
or an NSLocale
object may be used for locale
.In OS X v10.4 and earlier it must be an instance of NSDictionary
.
iOSおよびmacOS 10.5以降では、NSDictionary
のインスタンスまたはNSLocale
オブジェクトのどちらかがlocale
に対して渡されるかもしれません。OS X 10.4以前ではそれはNSDictionary
のインスタンスでなければなりません。
A string that represents the contents of the set, formatted as a property list. 集合の内容を表す文字列、プロパティリストとして書式設定されます。
This method sends each of the set’s members description
with locale
passed as the sole parameter. If the set’s members do not respond to description
, this method sends description
instead.
集合のもつメンバがdescription
に応答しないならば、このメソッドは description
を代わりに送ります。
var description: String