Method GetDataType
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
GetDataType()
Returns method return type as string.
public string GetDataType()
Returns
- string
Method return type.
GetDataType(bool, Color[])
Returns method return type as string.
public string GetDataType(bool useFormatting, Color[] colors)
Parameters
useFormatting
boolSpecifies if html formatting is required
colors
Color[]Array of colors for highlighting types and reswords.
Returns
- string
Formatted method return type.