Table of Contents

Class UnboundVBEventMemberSymbol

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

Represents an unbound Event declaration symbol.

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

Constructors

UnboundVBEventMemberSymbol(Uri, Uri, string, ScopeKind)

Represents an unbound Event declaration symbol.

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

Parameters

WorkspaceRoot Uri

A Uri representing the absolute path to the library or project workspace that defines this symbol.

ParentUri Uri

The Uri of the parent symbol.

Name string

The name of the symbol.

Scope ScopeKind

The allocation scope of the symbol.