Documentation for a minimal subset of the QSM API
ConsumableBlock Constructor (buffer)
Namespaces > QS.Fx.Base > ConsumableBlock > ConsumableBlockNew(ArraySegment<(Of Byte>))
Creates a reference to an existing segment of managed memory.
Syntax
C#Visual BasicManaged C++
public ConsumableBlock (
	ArraySegment<byte> buffer
)
Public Sub New ( _
	buffer As ArraySegment(Of Byte) _
)
public:
ConsumableBlock (
	ArraySegment<unsigned char> buffer
)
Parameters
buffer (ArraySegment<(Of Byte>))
The array segment representing the segment of memory where data can be appended.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0