mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Minor optimisation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26059 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7303f4b2ab
commit
5dd8e35a27
2 changed files with 8 additions and 1 deletions
|
@ -37,7 +37,9 @@
|
|||
@implementation NSEnumerator
|
||||
|
||||
/**
|
||||
* Returns all objects remaining in the enumeration as an array.
|
||||
* Returns all objects remaining in the enumeration as an array.<br />
|
||||
* Calling this method 'exhausts' the enumerator, leaving it at the
|
||||
* end of the collection being enumerated.
|
||||
*/
|
||||
- (NSArray*) allObjects
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue