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
objectThe type to convert.
Returns
- string
The string representation of the type.