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

decodeDictionary(withKeyClass:objectClass:forKey:)

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

Declaration 宣言

@nonobjc func decodeDictionary<DecodedKey, DecodedObject>(withKeyClass keyClass: DecodedKey.Type, objectClass: DecodedObject.Type, forKey key: String) -> [DecodedKey : DecodedObject]? where DecodedKey : NSObject, DecodedKey : NSCopying, DecodedKey : NSSecureCoding, DecodedObject : NSObject, DecodedObject : NSSecureCoding