CSharpUtils.VirtualFileSystem.ProxyFileSystem.ImplFindFiles C# (CSharp) Метод

ImplFindFiles() защищенный Метод

protected ImplFindFiles ( string Path ) : IEnumerable
Path string
Результат IEnumerable
		protected override IEnumerable<FileSystemEntry> ImplFindFiles(string Path)
		{
			//return this.ParentFileSystem.ImplFindFiles(Path);
			return this.ParentFileSystem.FindFiles(Path);
		}