Class ParamArrayParameterSymbol
public record ParamArrayParameterSymbol : VBParameterSymbol, IEquatable<Symbol>, IEquatable<BoundSymbol>, IEquatable<BoundTypedSymbol>, IEquatable<VBLocalVariableSymbol>, IEquatable<VBParameterSymbol>, IEquatable<ParamArrayParameterSymbol>
- Inheritance
-
ParamArrayParameterSymbol
- Implements
- Inherited Members
Constructors
ParamArrayParameterSymbol(Uri, Uri, string, SourceRange, SourceRange, ParameterKind)
public ParamArrayParameterSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name, SourceRange Range, SourceRange SelectionRange, ParameterKind ParameterKind)
Parameters
WorkspaceRootUriThe workspace root for this symbol. For an external project or library, this should be different than the user's project workspace.
ParentUriUriThe
Uriof the parent symbol.NamestringThe identifier name of the symbol.
RangeSourceRangeA
Rangepointing to the document location that belongs to this symbol.SelectionRangeSourceRangeA
Rangepointing to the document location that should be selected when navigating to this symbol.ParameterKindParameterKindDescribes how an argument is passed to this parameter.