Table of Contents

Method GetParamText

Namespace
Alternet.Syntax.Parsers.Roslyn.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Roslyn.v10.dll

GetParamText(bool)

Converts Parameters property to a single string.

public override string GetParamText(bool useFormatting)

Parameters

useFormatting bool

Specifies whether to use html formatting tags.

Returns

string

Parameters in the form of comma separated text, framed by parentheses.