CSharpUtils.VirtualFileSystem.ImplFileSystem.ImplCreateSymLink C# (CSharp) Method

ImplCreateSymLink() protected method

protected ImplCreateSymLink ( string Pointer, string Pointee ) : void
Pointer string
Pointee string
return void
		protected override void ImplCreateSymLink(string Pointer, string Pointee)
		{
			throw new NotImplementedException();
		}
	}