Function
関数
protocol
protocol_copyPropertyList2(_:_:_:_:)
No overview available.
Availability
- iOS 10.0+
- iPadOS 10.0+
- macOS 10.12+
- tvOS 10.0+
- watchOS 3.0+
Technology
- Objective-C Runtime Objective-Cランタイム
Declaration 宣言
func protocol_copyPropertyList2(_ proto: Protocol
,
_ outCount: UnsafeMutablePointer
<UInt32
>?,
_ isRequiredProperty: Bool
,
_ isInstanceProperty: Bool
) -> UnsafeMutablePointer
<objc_property_t
>?