This post will discuss how to convert an enum to a list in C#... The idea is to use `Enum.GetValues()` method to get an array of the enum constants' values.
確定! 回上一頁