[][src]Module genco::csharp

Specialization for Csharp code generation.

Structs

BlockComment

Format a block comment, starting with /**, and ending in */.

Config

Config data for Csharp formatting.

Csharp

Language specialization for C#.

Type

A class.

Enums

Imported

Csharp token specialization.

Modifier

A Csharp modifier.

Constants

BOOLEAN

Boolean Type

BYTE

Byte Type.

DECIMAL

Decimal Type

DOUBLE

Double Type.

INT16

Int16 Type.

INT32

Int32 Type.

INT64

Int64 Type.

SBYTE

Signed Byte Type.

SINGLE

Float Type.

UINT16

Uint16 Type.

UINT32

Uint32 Type.

UINT64

UInt64 Type.

Functions

array

Setup an array type.

local

Setup a local element from borrowed components.

optional

Setup an optional type.

struct_

Setup a struct type.

using

Setup an imported element.

Type Definitions

Tokens

Tokens container specialization for L#.