Table of Contents

Method ToDisplayString

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

ToDisplayString()

Converts method signature into string.

public string ToDisplayString()

Returns

string

String representation of the method.

ToDisplayString(bool, Color[])

Converts method signature into formatted string.

public string ToDisplayString(bool useFormatting, Color[] colors)

Parameters

useFormatting bool

Specifies if html formatting is required

colors Color[]

Array of colors for highlighting types and reswords.

Returns

string

Formatted string representation of the method.