Returns a model created by merging all the models found in given bundles.
Original signature is '+ (NSManagedObjectModel *)mergedModelFromBundles:(NSArray *)bundles'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static NSManagedObjectModel MergedModelFromBundles( NSArray bundles )
Public Shared Function MergedModelFromBundles ( _ bundles As NSArray _ ) As NSManagedObjectModel
public: static NSManagedObjectModel^ MergedModelFromBundles( NSArray^ bundles )

- bundles (NSArray)
- An array of instances of NSBundle to search. If you specify nil, then the main bundle is searched.

A model created by merging all the models found in bundles.

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