Table of Contents

Method GetTypeName

Namespace
Alternet.TsTypedefsGenerator.Core
Assembly
Alternet.Common.TypeScript.v9.dll

GetTypeName(TsType, bool)

Gets name of the type in the TypeScript

public string GetTypeName(TsType type, bool tryOverridenName = false)

Parameters

type TsType

The type to get name of

tryOverridenName bool

Returns

string

name of the type