Table of Contents

Enum AssignmentKind

Namespace
RDCore.SDK.Model.AST.Statements
Assembly
RDCore.SDK.dll

The three spellings an AssignmentStatementNode can have.

public enum AssignmentKind

Fields

ExplicitLet = 1

A Let-assignment (MS-VBAL §5.4.3.8) with the optional Let keyword spelled out.

ImplicitLet = 0

A Let-assignment (MS-VBAL §5.4.3.8) with the optional Let keyword omitted.

Set = 2

A Set-assignment (MS-VBAL §5.4.3.9); its Set keyword is never optional.