Table of Contents

Class VBLibrarySymbol

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

An unbound Symbol that represents a library or project.

public abstract record VBLibrarySymbol : Symbol, IEquatable<Symbol>, IEquatable<VBLibrarySymbol>
Inheritance
VBLibrarySymbol
Implements
Inherited Members

Constructors

VBLibrarySymbol(Uri, string)

An unbound Symbol that represents a library or project.

protected VBLibrarySymbol(Uri WorkspaceRoot, string Name)

Parameters

WorkspaceRoot Uri

A Uri representing the absolute path to the library or project workspace.

Name string

The name of the symbol.