C# Class MonoDevelop.Monobjc.Tracking.MigrationHandler

Inheritance: ProjectHandler
Mostra file Open project: Monobjc/monobjc-monodevelop

Public Methods

Method Description
Migrate ( IEnumerable e ) : void
MigrationHandler ( MonobjcProject project ) : System.Collections.Generic

Initializes a new instance of the MigrationHandler class.

Method Details

Migrate() public method

public Migrate ( IEnumerable e ) : void
e IEnumerable
return void

MigrationHandler() public method

Initializes a new instance of the MigrationHandler class.
public MigrationHandler ( MonobjcProject project ) : System.Collections.Generic
project MonobjcProject The project.
return System.Collections.Generic