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

InsertBytes() public méthode

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