System.Windows.Forms.FileByteProvider.InsertBytes C# (CSharp) Method

InsertBytes() public method

Not supported
public InsertBytes ( long index, byte bs ) : void
index long
bs byte
return void
		public void InsertBytes(long index, byte[] bs)
		{  
			throw new NotSupportedException("FileByteProvider.InsertBytes");
		}