메소드 | 설명 | |
---|---|---|
AddDocument ( string projectPath, string document ) : void | ||
AddDocuments ( IEnumerable |
||
AddDocuments ( string projectPath, IEnumerable |
||
GetDocuments ( string projectPath ) : IEnumerable |
||
ProjectDocumentCache ( ) : System.Collections.Concurrent | ||
ProjectDocumentCache ( IDictionary |
public AddDocument ( string projectPath, string document ) : void | ||
projectPath | string | |
document | string | |
리턴 | void |
public AddDocuments ( IEnumerable |
||
documents | IEnumerable |
|
리턴 | void |
public AddDocuments ( string projectPath, IEnumerable |
||
projectPath | string | |
documents | IEnumerable |
|
리턴 | void |
public GetDocuments ( string projectPath ) : IEnumerable |
||
projectPath | string | |
리턴 | IEnumerable |
public ProjectDocumentCache ( ) : System.Collections.Concurrent | ||
리턴 | System.Collections.Concurrent |
public ProjectDocumentCache ( IDictionary |
||
inputs | IDictionary |
|
리턴 | System.Collections.Concurrent |