SetEnumList

SetEnumList<TEnum>(IList<TEnum>)

public bool SetEnumList<TEnum>(IList<TEnum> value) ;

Description

It wants to set the value of the EnumList type.

Type Parameters

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

Parameters

Parameter Name Description
value Value.

Returns

Return true if the value could be set.