Function 関数

objc_getAssociatedObject(_:_:)

Returns the value associated with a given object for a given key. 与えられたキーに対してある与えられたオブジェクトと結び付けられた値を返します。

Declaration 宣言

func objc_getAssociatedObject(_ object: Any, 
                            _ key: UnsafeRawPointer) -> Any?

Parameters パラメータ

object

The source object for the association. この関連に対するソースオブジェクト。

key

The key for the association. この関連に対するキー。

Return Value 戻り値

The value associated with the key key for object.

See Also 参照

Associative References 関連参照