Gets the data that will be declared.
            
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public IList<T> Data { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Data As IList(Of T) Get | 
| Visual C++ | 
|---|
| public: property IList<T>^ Data { IList<T>^ get (); } | 
Field Value
A IList<(Of <(<'T>)>)> of structures. Contracts
Contracts
Get
| Ensures | 
|---|
| Contract.Result<IList<T>>() != null | 





