Declares data.

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

Syntax

C#
public class DeclareData : Constructable
Visual Basic
Public Class DeclareData _
	Inherits Constructable
Visual C++
public ref class DeclareData : public Constructable

Contracts

Invariants
this.expression != null
Enum.IsDefined(typeof(DataSize), this.size)
this.size != DataSize.None

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.Core.Instructions..::..DeclareData

See Also