Table of Contents

Method WithSymbols

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
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

symbols IReadOnlyList<ParameterInfo.Symbol>

List of Symbol to be added.

Returns

ParameterInfo

Updated ParameterInfo contained additional symbols.