Gets or sets the byte value used to pad.
Namespace: SharpAssembler.Core.InstructionsAssembly: 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 (); } |