TryGetEnumList
TryGetEnumList<TEnum>(out IList<TEnum>)
public bool TryGetEnumList<TEnum>(out IList<TEnum> value) ;
Description
Get the value of the EnumList type.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TEnum | Type of enum to get |
|
Parameters
| Parameter Name | Description |
|---|---|
| value | Value. |
Returns
Return true if the value can be obtained.