Table of Contents

Method ToDisplayString

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

ToDisplayString(SymbolDisplayPart, bool, Color[])

public static string ToDisplayString(this SymbolDisplayPart part, bool useFormatting, Color[] colors)

Parameters

part SymbolDisplayPart
useFormatting bool
colors Color[]

Returns

string

ToDisplayString(IList<SymbolDisplayPart>, bool, Color[])

public static string ToDisplayString(this IList<SymbolDisplayPart> parts, bool useFormatting, Color[] colors)

Parameters

parts IList<SymbolDisplayPart>
useFormatting bool
colors Color[]

Returns

string