Function 関数

property_getName(_:)

Returns the name of a property.

Declaration 宣言

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

Return Value 戻り値

A C string containing the property's name.

See Also 参照

Working with Properties