JGR MSTS Editors and Tools
Write Method (buffer, offset, count)
NamespacesJgr.IOUnclosableStreamWrite(array<Byte>[]()[][], Int32, Int32)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.IO.UnclosableStream.Write(System.Byte[],System.Int32,System.Int32)"]

Declaration Syntax
C#Visual BasicVisual C++
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
Public Overrides Sub Write ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
Parameters
buffer (array<Byte>[]()[][])

[Missing <param name="buffer"/> documentation for "M:Jgr.IO.UnclosableStream.Write(System.Byte[],System.Int32,System.Int32)"]

offset (Int32)

[Missing <param name="offset"/> documentation for "M:Jgr.IO.UnclosableStream.Write(System.Byte[],System.Int32,System.Int32)"]

count (Int32)

[Missing <param name="count"/> documentation for "M:Jgr.IO.UnclosableStream.Write(System.Byte[],System.Int32,System.Int32)"]

Assembly: JGR.IO (Module: JGR.IO) Version: 0.5.4008.31681