Initializes the receiver and inserts it into the specified managed object context.
Original signature is '- (id)initWithEntity:(NSEntityDescription *)entity insertIntoManagedObjectContext:(NSManagedObjectContext *)context'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual Id InitWithEntityInsertIntoManagedObjectContext( NSEntityDescription entity, NSManagedObjectContext context )
Public Overridable Function InitWithEntityInsertIntoManagedObjectContext ( _ entity As NSEntityDescription, _ context As NSManagedObjectContext _ ) As Id
public: virtual Id^ InitWithEntityInsertIntoManagedObjectContext( NSEntityDescription^ entity, NSManagedObjectContext^ context )

- entity (NSEntityDescription)
- The entity of which to create an instance.
- context (NSManagedObjectContext)
- The context into which the new instance is inserted.

An initialized instance of the appropriate class for entity.

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