Documentation for a minimal subset of the QSM API
Block Constructor (segment)
Namespaces > QS.Fx.Base > Block > BlockNew(ArraySegment<(Of Byte>))
Creates a reference to a portion of a managed byte array represented as an array segment.
Syntax
C#Visual BasicManaged C++
public Block (
	ArraySegment<byte> segment
)
Public Sub New ( _
	segment As ArraySegment(Of Byte) _
)
public:
Block (
	ArraySegment<unsigned char> segment
)
Parameters
segment (ArraySegment<(Of Byte>))
The array segment representing the data.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0