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

setObject(_:forKey:)

Adds a given key-value pair to the map table. 与えられたキー値ペアをマップテーブルに加えます。

Declaration 宣言

func setObject(_ anObject: ObjectType?, 
        forKey aKey: KeyType?)

Parameters パラメータ

anObject

The value for aKey. aKeyに対する値。

aKey

The key for anObject. anObjectに対するキー。

See Also 参照

Manipulating Content 内容を操作する