Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Znav
nextC-Sharp Mapping for Structures
prevC-Sharp Mapping for Built-In Types

A Slice enumeration maps to the corresponding enumeration in C#. For example:

Wiki Markup
{zcode:slice}
enum Fruit { Apple, Pear, Orange };
{zcode}

Not surprisingly, the generated C# definition is identical:

Wiki Markup
{zcode:cs}
enum Fruit { Apple, Pear, Orange };
{zcode}
Ztop
See Also
Zret
Znav
nextC-Sharp Mapping for Structures
prevC-Sharp Mapping for Built-In Types