Table of Contents

Class UnboundVBPropertyGetMemberSymbol

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

Represents a Property Get procedure declaration.

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

Constructors

UnboundVBPropertyGetMemberSymbol(Uri, Uri, ScopeKind, string)

Represents a Property Get procedure declaration.

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

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.

Scope ScopeKind

The allocation scope of the symbol.

Name string

The identifier name of the symbol.