Method WithSymbols
- Assembly
- Alternet.Scripter.Debugger.Common.v10.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
symbolsIReadOnlyList<ParameterInfo.Symbol>List of
Symbolto be added.
Returns
- ParameterInfo
Updated
ParameterInfocontained additional symbols.