Method WithSymbols
- Assembly
- Alternet.Scripter.Debugger.Common.v9.dll
WithSymbols(IReadOnlyList<Symbol>)
Creates a new instance of this ParameterInfo
updated to have the ISymbol
list specified.
public ParameterInfo WithSymbols(IReadOnlyList<ParameterInfo.Symbol> symbols)
Parameters
symbols
IReadOnlyList<ParameterInfo.Symbol>List of
Symbol
to be added.
Returns
- ParameterInfo
Updated
ParameterInfo
contained additional symbols.