Gets or sets the byte value used to pad.

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

Syntax

C#
public byte PaddingByte { get; }
Visual Basic
Public ReadOnly Property PaddingByte As Byte
	Get
Visual C++
public:
property unsigned char PaddingByte {
	unsigned char get ();
}

Field Value

A byte value. The default is 0x00.

See Also