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

[Missing <param> documentation for "buffer"]

offset (Int32)

[Missing <param> documentation for "offset"]

count (Int32)

[Missing <param> documentation for "count"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0