Gets or sets the text of the comment.

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

Syntax

C#
public string Text { get; }
Visual Basic
Public ReadOnly Property Text As String
	Get
Visual C++
public:
property String^ Text {
	String^ get ();
}

Field Value

The text of the comment.

Contracts

Get

Ensures
Contract.Result<string>() != null

See Also