Table of Contents

Constructor TsEnum

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

TsEnum(Type, TypeGenerationAdditionalInfo)

Initializes a new instance of the TsEnum class with the specific CLR enum.

public TsEnum(Type type, TypeGenerationAdditionalInfo additionalInfo)

Parameters

type Type

The CLR enum represented by this instance of the TsEnum.

additionalInfo TypeGenerationAdditionalInfo