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(
	IEnumerable<T> data
)
Visual Basic
Public Sub New ( _
	data As IEnumerable(Of T) _
)
Visual C++
public:
DeclareData(
	IEnumerable<T>^ data
)

Parameters

data
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
An array of structures representing the data to declare.

See Also