Table of Contents

Method GetEnumValues

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

GetEnumValues(Type)

Retrieves a collection of possible value of the enum.

protected IEnumerable<TsEnumValue> GetEnumValues(Type enumType)

Parameters

enumType Type

The type of the enum.

Returns

IEnumerable<TsEnumValue>

collection of all enum values.