codeql/csharp-all
3.1.2-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets an enum directly declared in this namespace, if any. For example, the enum DayOfWeek in
DayOfWeek
namespace System { public enum DayOfWeek { ... } }
Enum getAnEnum()