Table of Contents

Class GlobalSymbols

Namespace
RDCore.SDK.Model.Symbols
Assembly
RDCore.SDK.dll
public static class GlobalSymbols
Inheritance
GlobalSymbols
Inherited Members

Fields

Operators

An immutable array containing all OperatorSymbol implementations.

public static readonly ImmutableArray<StaticSymbol> Operators

Field Value

ImmutableArray<StaticSymbol>

Remarks

Alphabetical order for searchability.

UnresolvedSymbol

Represents a symbol that is unbound and unresolved.

public static readonly StaticSymbol UnresolvedSymbol

Field Value

StaticSymbol

Remarks

The data type of this symbol is VBUnknownType.

Methods

Initialize(ConcurrentDictionary<Uri, Symbol>)

public static void Initialize(ConcurrentDictionary<Uri, Symbol> index)

Parameters

index ConcurrentDictionary<Uri, Symbol>