Table of Contents

Method GetDataType

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

GetDataType()

Returns parameter type as string.

public string GetDataType()

Returns

string

Parameter return type.

GetDataType(bool, Color[])

Returns parameter type as string.

public string GetDataType(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 method return type.