Returns a counted set object initialized with the contents of a given array.
Original signature is '- (id)initWithArray:(NSArray *)anArray'
Available in Mac OS X v10.0 and later.


- anArray (NSArray)
- An array of objects to add to the new set.

An initialized counted set object with the contents of anArray. The returned object might be different than the original receiver.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)