Re: NSEnumerator ordering ?
Re: NSEnumerator ordering ?
- Subject: Re: NSEnumerator ordering ?
- From: Sherm Pendley <email@hidden>
- Date: Wed, 3 Jul 2002 15:33:06 -0400
On Wednesday, July 3, 2002, at 03:18 PM, Simon Fraser wrote:
On this same note, doesn't it seem odd that the format of Info.plist
files is such that entry order matters? Entries are ordered like:
<key>foobar</key>
<string>keyvalue</string>
Order only matters in that a value element must follow a key element -
this will always be the case with an NSDictionary, in which there is a
one-to-one relationship between keys and values.
The ordering of the key-value pairs, on the other hand, doesn't matter
that I know of.
sherm--
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.