C# Class MonoDevelop.Projects.UnresolvedFileCollection

Show file Open project: LogosBible/monodevelop

Public Methods

Method Description
Add ( ProjectFile file ) : void
GetUnresolvedFilesForPath ( FilePath filePath ) : IEnumerable
Remove ( ProjectFile file ) : void
Remove ( ProjectFile file, FilePath dependencyPath ) : void

Method Details

Add() public method

public Add ( ProjectFile file ) : void
file ProjectFile
return void

GetUnresolvedFilesForPath() public method

public GetUnresolvedFilesForPath ( FilePath filePath ) : IEnumerable
filePath FilePath
return IEnumerable

Remove() public method

public Remove ( ProjectFile file ) : void
file ProjectFile
return void

Remove() public method

public Remove ( ProjectFile file, FilePath dependencyPath ) : void
file ProjectFile
dependencyPath FilePath
return void