Documentation for a minimal subset of the QSM API
WritableArraySegment<(Of <T>)> Constructor (buffer)
Namespaces > QS.CMS.Base3 > WritableArraySegment<(Of T>) > WritableArraySegment<(Of T>)New(T[]())
Initializes a new instance of the WritableArraySegment<T> class.
Syntax
C#Visual BasicManaged C++
public WritableArraySegment (
	T[] buffer
)
Public Sub New ( _
	buffer As T() _
)
public:
WritableArraySegment (
	array<T>^ buffer
)
Parameters
buffer (T[]())

[Missing <param> documentation for "buffer"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0