C# 클래스 MonoDevelop.Projects.UnresolvedFileCollection

파일 보기 프로젝트 열기: LogosBible/monodevelop

공개 메소드들

메소드 설명
Add ( ProjectFile file ) : void
GetUnresolvedFilesForPath ( FilePath filePath ) : IEnumerable
Remove ( ProjectFile file ) : void
Remove ( ProjectFile file, FilePath dependencyPath ) : void

메소드 상세

Add() 공개 메소드

public Add ( ProjectFile file ) : void
file ProjectFile
리턴 void

GetUnresolvedFilesForPath() 공개 메소드

public GetUnresolvedFilesForPath ( FilePath filePath ) : IEnumerable
filePath FilePath
리턴 IEnumerable

Remove() 공개 메소드

public Remove ( ProjectFile file ) : void
file ProjectFile
리턴 void

Remove() 공개 메소드

public Remove ( ProjectFile file, FilePath dependencyPath ) : void
file ProjectFile
dependencyPath FilePath
리턴 void