Table of Contents

Delegate TypeConvertor

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

Defines a method used to convert specific Type to the string representation.

public delegate string TypeConvertor(object type)

Parameters

type object

The type to convert.

Returns

string

The string representation of the type.