Table of Contents

Method WithParameters

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

WithParameters(IReadOnlyList<Parameter>)

Creates a new instance of this Symbol updated to have the parameter list specified.

public ParameterInfo.Symbol WithParameters(IReadOnlyList<ParameterInfo.Symbol.Parameter> parameters)

Parameters

parameters IReadOnlyList<ParameterInfo.Symbol.Parameter>

Parameter list to be added.

Returns

ParameterInfo.Symbol

Updated Symbol contained new parameters.