Table of Contents

Method WithDescription

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

WithDescription(string)

Creates a new instance of this Parameter updated to have the description specified.

public ParameterInfo.Symbol.Parameter WithDescription(string description)

Parameters

description string

Description to be added.

Returns

ParameterInfo.Symbol.Parameter

Updated Parameter contained new description.