Class StaticSymbol
Represents a global, unallocated symbol.
public record StaticSymbol : UnboundTypedSymbol, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<StaticSymbol>
- Inheritance
-
StaticSymbol
- Implements
- Derived
- Inherited Members
Constructors
StaticSymbol(string, SymbolKindExt, VBType)
Represents a global, unallocated symbol.
public StaticSymbol(string Name, SymbolKindExt Kind, VBType ResolvedType)
Parameters
NamestringKindSymbolKindExtResolvedTypeVBType
Properties
GlobalUri
Gets the rd-vba/lang/global namespace Uri.
public static Uri GlobalUri { get; }