IFileStreamWrapper.WriteData(Byte[], Int32) メソッド

定義

public:
 int WriteData(cli::array <System::Byte> ^ buf, int iBytes);
public int WriteData(byte[] buf, int iBytes);
abstract member WriteData : byte[] * int -> int
Public Function WriteData (buf As Byte(), iBytes As Integer) As Integer

パラメーター

buf
Byte[]
iBytes
Int32

返品

適用対象