NSKeyValueMutableSet: Document Accessor Search Patterns

This commit is contained in:
hmelder 2024-06-11 13:00:17 +02:00
parent 9f3fa5baa5
commit 922813a90f

View file

@ -104,6 +104,8 @@
}
/* Ordering as specified in "Accessor Search Patterns" from Key-Value Coding
* Programming Guide */
proxy = [NSKeyValueFastMutableSet setForKey: aKey
ofObject: anObject
withCapitalizedKey: keybuf];