codeql/javascript-all
2.3.1-dev
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)