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 Symbol updated to have the description specified.

public ParameterInfo.Symbol WithDescription(string description)

Parameters

description string

Description to be added.

Returns

ParameterInfo.Symbol

Updated Symbol contained new description.