Documentation for a minimal subset of the QSM API
Segments Constructor (segments, size)
Namespaces > QS.CMS.Base3 > Segments > SegmentsNew(IList<(Of Block>), Int32)
Initializes a new instance of the Segments class.
Syntax
C#Visual BasicManaged C++
public Segments (
	IList<Block> segments,
	int size
)
Public Sub New ( _
	segments As IList(Of Block), _
	size As Integer _
)
public:
Segments (
	IList<Block>^ segments, 
	int size
)
Parameters
segments (IList<(Of Block>))

[Missing <param> documentation for "segments"]

size (Int32)

[Missing <param> documentation for "size"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0