GetEnumList

GetEnumList<TEnum>()

public IList<TEnum> GetEnumList<TEnum>() ;

Description

Get the value of the EnumList type.

Type Parameters

Type Parameter Name Description Type Constraints
TEnum Type of enum to get
  • Enum

Returns

The value of the parameter. If there is no parameter, it returns null.