System.Windows.Forms.FileByteProvider.InsertBytes C# (CSharp) Метод

InsertBytes() публичный Метод

Not supported
public InsertBytes ( long index, byte bs ) : void
index long
bs byte
Результат void
		public void InsertBytes(long index, byte[] bs)
		{  
			throw new NotSupportedException("FileByteProvider.InsertBytes");
		}