Instance Method インスタンスメソッド

description(withLocale:)

Returns a string that represents the contents of the set, formatted as a property list. 集合の内容を表す文字列を返します、プロパティリストとして書式設定されます。

Declaration 宣言

func description(withLocale locale: Any?) -> String

Parameters パラメータ

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のインスタンスでなければなりません。

Return Value 戻り値

A string that represents the contents of the set, formatted as a property list. 集合の内容を表す文字列、プロパティリストとして書式設定されます。

Discussion 議論

This method sends each of the set’s members descriptionWithLocale: with locale passed as the sole parameter. If the set’s members do not respond to descriptionWithLocale:, this method sends description instead. 集合のもつメンバがdescriptionWithLocale:に応答しないならば、このメソッドは descriptionを代わりに送ります。

See Also 参照

Describing a Set 集合を記述する