Table of Contents

Class UnboundVBUserDefinedTypeMemberSymbol

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

An unbound VBUserDefinedType declaration.

public sealed record UnboundVBUserDefinedTypeMemberSymbol : UnboundVBTypeMemberSymbol, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<UnboundVBTypeMemberSymbol>, IEquatable<UnboundVBUserDefinedTypeMemberSymbol>
Inheritance
UnboundVBUserDefinedTypeMemberSymbol
Implements
Inherited Members

Constructors

UnboundVBUserDefinedTypeMemberSymbol(Uri, Uri, string, ScopeKind)

An unbound VBUserDefinedType declaration.

public UnboundVBUserDefinedTypeMemberSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name, ScopeKind Scope)

Parameters

WorkspaceRoot Uri

The workspace root for this symbol. For an external project or library, this should be different than the user's project workspace.

ParentUri Uri

The Uri of the parent symbol.

Name string

The identifier name of the symbol.

Scope ScopeKind

The allocation scope of the symbol.