Skip to content

Commit f86eadb

Browse files
author
github-actions
committed
Update pages
1 parent 56ab03b commit f86eadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<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">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>
1+
<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

Comments
 (0)