Initializes a new instance of the DeclareData<(Of <(<'T>)>)> class.

Namespace: SharpAssembler.Core.Instructions
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DeclareData(
	params T[] data
)
Visual Basic
Public Sub New ( _
	ParamArray data As T() _
)
Visual C++
public:
DeclareData(
	... array<T>^ data
)

Parameters

data
Type: array<T>[]()[][]
The data to declare.

See Also