NSDictionary$Methods extension
- on
Properties
- count → int
-
Available on NSDictionary, provided by the NSDictionary$Methods extension
countno setter
Methods
-
countByEnumeratingWithState(
Pointer< NSFastEnumerationState> state, {required Pointer<Pointer< objects, required int count}) → intObjCObjectImpl> > -
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< objects, {required Pointer<ObjCObjectImpl> >Pointer< forKeys, required int count}) → NSDictionaryObjCObjectImpl> > -
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: