mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
NSKeyValueMutableSet: Document Accessor Search Patterns
This commit is contained in:
parent
9f3fa5baa5
commit
922813a90f
1 changed files with 2 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue