CSharpUtils.VirtualFileSystem.ProxyReadOnlyFilesystem.ImplDeleteFile C# (CSharp) Метод

ImplDeleteFile() закрытый защищенный Метод

final protected ImplDeleteFile ( string Path ) : void
Path string
Результат void
		sealed protected override void ImplDeleteFile(string Path)
		{
			throw(new NotImplementedException());
		}