Generic Instance Method 総称体インスタンスメソッド

decodeArrayOfObjects(ofClass:forKey:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

@nonobjc func decodeArrayOfObjects<DecodedObject>(ofClass cls: DecodedObject.Type, forKey key: String) -> [DecodedObject]? where DecodedObject : NSObject, DecodedObject : NSSecureCoding