Esempio n. 1
0
 public virtual bool IsLibraryAsset(string path)
 {
     return(libraryAssets.Contains(GetRelativePath(path)));
 }