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
TypeThe type of the enum.
Returns
- IEnumerable<TsEnumValue>
collection of all enum values.