Function 関数

property_getAttributes(_:)

Returns the attribute string of a property.

Declaration 宣言

func property_getAttributes(_ property: objc_property_t) -> UnsafePointer<CChar>?

Return Value 戻り値

A C string containing the property's attributes.

Discussion 解説

The format of the attribute string is described in Declared Properties in Objective-C Runtime Programming Guide.

See Also 参照