Initializes a new instance of the DeclareData 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( Func expression, bool size ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ expression As Func, _ size As Boolean _ ) | 
| Visual C++ | 
|---|
| public: DeclareData( Func^ expression, bool size ) | 
Parameters
- expression
- Type: System..::..Func<(Of <(<'T, TResult>)>)>[Missing <param name="expression"/> documentation for "M:SharpAssembler.Core.Instructions.DeclareData.#ctor(System.Func`2,System.Boolean)"] 
- size
- Type: System..::..Boolean[Missing <param name="size"/> documentation for "M:SharpAssembler.Core.Instructions.DeclareData.#ctor(System.Func`2,System.Boolean)"] 





