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, Range, Range, ParameterKind)
public ParamArrayParameterSymbol(Uri WorkspaceRoot, Uri ParentUri, string Name, Range Range, Range 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.
RangeRangeA
Rangepointing to the document location that belongs to this symbol.SelectionRangeRangeA
Rangepointing to the document location that should be selected when navigating to this symbol.ParameterKindParameterKindDescribes how an argument is passed to this parameter.