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

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

protected ImplFindFiles ( string Path ) : IEnumerable
Path string
Результат IEnumerable
		protected override IEnumerable<FileSystemEntry> ImplFindFiles(string Path)
		{
			//throw new NotImplementedException();
			return new List<FileSystemEntry>();
			//yield return new FileSystemEntry();
		}