Table of Contents

Enum SymbolSemanticOperationFlags

Namespace
RDCore.SDK.Semantics.Flags
Assembly
RDCore.SDK.dll
[Flags]
public enum SymbolSemanticOperationFlags

Fields

Completed = 1

A new symbol was successfully defined.

NameTableMismatch = 2

The new symbol was created, but failed a case-sensitive name table lookup.

In MS-VBA, this causes a diff across the entire project space, recasing the source code to match the name table identifier.