Initializes a new instance of the DeclareData<(Of <(<'T>)>)> class.
            
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public DeclareData( T data ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ data As T _ ) | 
| Visual C++ | 
|---|
| public: DeclareData( T data ) | 
Parameters
- data
- Type: T
 The data to declare.





