Delegate TsTypeFormatter
- Namespace
- Alternet.TsTypedefsGenerator.Core
- Assembly
- Alternet.Common.TypeScript.v9.dll
Defines a method used to format specific TsType to the string representation.
public delegate string TsTypeFormatter(TsType type, ITsTypeFormatter formatter)
Parameters
type
TsTypeThe type to format.
formatter
ITsTypeFormatterThe formatter that can format other types.
Returns
- string
The string representation of the type.