Table of Contents

Class UnboundVBProcedureMemberSymbol

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

Represents any unbound Sub member declaration.

public record UnboundVBProcedureMemberSymbol : UnboundVBTypeMemberSymbol, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<UnboundVBTypeMemberSymbol>, IEquatable<UnboundVBProcedureMemberSymbol>
Inheritance
UnboundVBProcedureMemberSymbol
Implements
Derived
Inherited Members

Constructors

UnboundVBProcedureMemberSymbol(Uri, Uri, string, ScopeKind, SymbolKindExt, VBType)

Represents any unbound Sub member declaration.

public UnboundVBProcedureMemberSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name, ScopeKind Scope, SymbolKindExt Kind, VBType ResolvedType)

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.

Kind SymbolKindExt

Describes the kind (category) of symbol for the LSP client.

ResolvedType VBType

Properties

Parameters

An immutable array containing the parameters of this procedure member.

public ImmutableArray<UnboundVBParameterSymbol> Parameters { get; init; }

Property Value

ImmutableArray<UnboundVBParameterSymbol>