Table of Contents

Interface ITypedSymbol

Namespace
RDCore.SDK.Model.Symbols.Abstract
Assembly
RDCore.SDK.dll

A Symbol whose declared VBType is known, whether or not the symbol itself is bound to a source location.

public interface ITypedSymbol

Remarks

Unifies BoundTypedSymbol and UnboundTypedSymbol for a caller — a static-semantics rule reading the declared type off a resolved Symbol, chiefly — that does not care which of the two it got.

Properties

ResolvedType

The resolved VBType of the symbol, if available. VBUnknownType unless specified otherwise.

VBType ResolvedType { get; }

Property Value

VBType