Constructor TsType
- Namespace
- Alternet.TsTypedefsGenerator.Core.TsModels
- Assembly
- Alternet.Common.TypeScript.v9.dll
TsType(Type, TypeGenerationAdditionalInfo)
Initializes a new instance of the TsType class with the specific CLR type.
public TsType(Type type, TypeGenerationAdditionalInfo additionalInfo)
Parameters
type
TypeThe CLR type represented by this instance of the TsType.
additionalInfo
TypeGenerationAdditionalInfo