System.Windows.Forms.FileByteProvider.DeleteBytes C# (CSharp) 메소드

DeleteBytes() 공개 메소드

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