C# Class MonoDevelop.Monobjc.Tracking.DependencyHandler

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

Private Properties

Property Type Description
GuessDependencies IEnumerable

Public Methods

Method Description
AddFiles ( IEnumerable files ) : void
DependencyHandler ( MonobjcProject project ) : System

Initializes a new instance of the DependencyHandler class.

GuessDependencies ( IEnumerable e ) : IEnumerable

Private Methods

Method Description
GuessDependencies ( ProjectFile file ) : IEnumerable

Method Details

AddFiles() public method

public AddFiles ( IEnumerable files ) : void
files IEnumerable
return void

DependencyHandler() public method

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

GuessDependencies() public method

public GuessDependencies ( IEnumerable e ) : IEnumerable
e IEnumerable
return IEnumerable