A comment.

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

Syntax

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

Contracts

Invariants
this.text != null

Inheritance Hierarchy

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

See Also