System.Windows.Forms.FileByteProvider.DeleteBytes C# (CSharp) Méthode

DeleteBytes() public méthode

Not supported
public DeleteBytes ( long index, long length ) : void
index long
length long
Résultat void
		public void DeleteBytes(long index, long length)
		{
			throw new NotSupportedException("FileByteProvider.DeleteBytes");
		}