Table of Contents

Class UnboundVBParameterSymbol

Namespace
RDCore.SDK.Model.Symbols.VBProject
Assembly
RDCore.SDK.dll
public record UnboundVBParameterSymbol : UnboundTypedSymbol, IEquatable<Symbol>, IEquatable<UnboundSymbol>, IEquatable<UnboundTypedSymbol>, IEquatable<UnboundVBParameterSymbol>
Inheritance
UnboundVBParameterSymbol
Implements
Inherited Members

Constructors

UnboundVBParameterSymbol(Uri, Uri, string, ParameterKind, VBType, bool)

public UnboundVBParameterSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name, ParameterKind ParameterKind, VBType ResolvedType, bool IsOptional = false)

Parameters

WorkspaceRoot Uri
ParentUri Uri
Name string
ParameterKind ParameterKind
ResolvedType VBType
IsOptional bool

Properties

IsOptional

public bool IsOptional { get; init; }

Property Value

bool

ParameterKind

public ParameterKind ParameterKind { get; init; }

Property Value

ParameterKind