Documentation for a minimal subset of the QSM API
Block Constructor (buffer)
Namespaces > QS.Fx.Base > Block > BlockNew(Byte[]())
Creates a reference to a managed byte array.
Syntax
C#Visual BasicManaged C++
public Block (
	byte[] buffer
)
Public Sub New ( _
	buffer As Byte() _
)
public:
Block (
	array<unsigned char>^ buffer
)
Parameters
buffer (Byte[]())

[Missing <param> documentation for "buffer"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0