Next: Using pragma foreign_export_enum for C#, Previous: Using pragma foreign_type for C#, Up: Interfacing with C# [Contents]
Foreign enumeration values in C# must be a constant value expression
which is a valid initializer
within an enumeration of underlying type int
.