Next: , Previous: Using pragma foreign_type for C#, Up: Interfacing with C#   [Contents]


15.10.2.2 Using pragma foreign_enum for C#

Foreign enumeration values in C# must be a constant value expression which is a valid initializer within an enumeration of underlying type int.