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

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

protected ImplGetFileInfo ( string Path ) : FileSystemEntry
Path string
Результат FileSystemEntry
		protected override FileSystemEntry ImplGetFileInfo(string Path)
		{
			throw new NotImplementedException();
		}