public marks

PUBLIC MARKS from result with tags developer & programming

June 2008

March 2007

MacZealots > Articles > Beginning Mac Development

by 3 others
-(NSArray *) names { NSMutableArray *array = [NSMutableArray array]; NSEnumerator *enumerator = [[self exporterArray] objectEnumerator]; COExporter *currentExporter = nil; while (currentExporter = [enumerator nextObject]) [array a