+<h1 id="jcs_enum">JCS_Enum</h1><p>Enum utilities.<h2 id="functions">Functions</h2><table><thead><tr><th id="name" style="text-align:left">Name<th id="description" style="text-align:left">Description<tbody><tr><td style="text-align:left">GetValues<td style="text-align:left">Get the value for each enum, use to loop through the enum.<tr><td style="text-align:left">GetValuesE<td style="text-align:left">Get the value for each enum, in the type of <code>Enum</code>.<tr><td style="text-align:left">ToArray<td style="text-align:left">Convert enum values to array.<tr><td style="text-align:left">ToList<td style="text-align:left">Convert enum values to list.<tr><td style="text-align:left">GetNames<td style="text-align:left">Retrieves an array of the names of the constants in a specified enumeration.<tr><td style="text-align:left">Size<td style="text-align:left">Returns the length of an enumerator.</table>
0 commit comments