codeql/javascript-all
0.8.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the nth enum member, starting at 0, such as A or B in enum E { A, B }.
n
A
B
enum E { A, B }
EnumMember getMember(int n)