Table of Contents

Class TypeConvertorCollection

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

Contains a collection of converters that provides a way to convert the specific type to custom string bypassing other rules.

public class TypeConvertorCollection
Inheritance
TypeConvertorCollection

Constructors

TypeConvertorCollection()

Initializes a new instance of the TypeConvertorCollection class.

Methods

ConvertType(Type)

Converts specific type to its string representation.

IsConvertorRegistered(Type)

Checks whether any converter is registered for the specific Type

RegisterTypeConverter<TFor>(TypeConvertor)

Registers the converter for the specific Type