Gets the source operand of the instruction.

Namespace: SharpAssembler.x86.Instructions
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Field Value

A RegisterOperand.

Contracts

Get

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

See Also