Open Instance Methodswift 6.0.3Foundation
removeObject(forKey:)
func removeObject(forKey aKey: Any)
func removeObject(forKey aKey: Any)
s10Foundation19NSMutableDictionaryC12removeObject6forKeyyyp_tF
What are these?9H4FK
import Foundation
class NSMutableDictionary
required convenience init()
convenience init(capacity numItems: Int)
required init(objects: UnsafePointer<AnyObject>!, forKeys keys: UnsafePointer<NSObject>!, count cnt: Int)
convenience init(sharedKeySet keyset: Any)
subscript(key: AnyHashable) -> Any? { get set }
func addEntries(from otherDictionary: [AnyHashable : Any])
func removeAllObjects()
func removeObjects(forKeys keyArray: [Any])
func setDictionary(_ otherDictionary: [AnyHashable : Any])
func setObject(_ anObject: Any, forKey aKey: AnyHashable)