NSDictionary$Methods extension

on

Properties

count int

Available on NSDictionary, provided by the NSDictionary$Methods extension

count
no setter

Methods

countByEnumeratingWithState(Pointer<NSFastEnumerationState> state, {required Pointer<Pointer<ObjCObjectImpl>> objects, required int count}) int

Available on NSDictionary, provided by the NSDictionary$Methods extension

countByEnumeratingWithState:objects:count:
encodeWithCoder(NSCoder coder) → void

Available on NSDictionary, provided by the NSDictionary$Methods extension

encodeWithCoder:
init() NSDictionary

Available on NSDictionary, provided by the NSDictionary$Methods extension

init
initWithCoder(NSCoder coder) NSDictionary?

Available on NSDictionary, provided by the NSDictionary$Methods extension

initWithCoder:
initWithDictionary(NSDictionary otherDictionary) NSDictionary

Available on NSDictionary, provided by the NSDictionary$Methods extension

initWithDictionary:
initWithDictionary$1(NSDictionary otherDictionary, {required bool copyItems}) NSDictionary

Available on NSDictionary, provided by the NSDictionary$Methods extension

initWithDictionary:copyItems:
initWithObjects(NSArray objects, {required NSArray forKeys}) NSDictionary

Available on NSDictionary, provided by the NSDictionary$Methods extension

initWithObjects:forKeys:
initWithObjects$1(Pointer<Pointer<ObjCObjectImpl>> objects, {required Pointer<Pointer<ObjCObjectImpl>> forKeys, required int count}) NSDictionary

Available on NSDictionary, provided by the NSDictionary$Methods extension

initWithObjects:forKeys:count:
initWithObjectsAndKeys(ObjCObject firstObject) NSDictionary

Available on NSDictionary, provided by the NSDictionary$Methods extension

initWithObjectsAndKeys:
keyEnumerator() NSEnumerator

Available on NSDictionary, provided by the NSDictionary$Methods extension

keyEnumerator
objectForKey(ObjCObject aKey) ObjCObject?

Available on NSDictionary, provided by the NSDictionary$Methods extension

objectForKey: