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

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

protected ImplCreateSymLink ( string Pointer, string Pointee ) : void
Pointer string
Pointee string
Результат void
		protected override void ImplCreateSymLink(string Pointer, string Pointee)
		{
			throw new NotImplementedException();
		}
	}