Be.Windows.Forms.FileByteProvider.DeleteBytes C# (CSharp) Method

DeleteBytes() public method

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