Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- CSharp
Backend - C# code generation backend for OxiLean.
- CSharp
Catch Clause - A
catchclause in atry/catchblock. - CSharp
Class - A C# class declaration.
- CSharp
Constructor - A C# constructor.
- CSharp
Enum - A C# enum declaration.
- CSharp
Field - A C# field declaration.
- CSharp
Interface - A C# interface declaration.
- CSharp
Method - A C# method (member function).
- CSharp
Module - A complete C# compilation unit (one
.csfile). - CSharp
Property - A C# auto-property or expression-body property.
- CSharp
Record - A C# record (C# 9+).
public record Foo(int X, string Y); - CSharp
Switch Arm - One arm in a
switchexpression. - CSharp
Switch Case - A
caseinside aswitchstatement.
Enums§
- CSharp
Expr - C# expression AST for code generation.
- CSharp
Interpolation Part - Part of a string interpolation
$"...". - CSharp
Lit - C# literal values.
- CSharp
Stmt - C# statement AST.
- CSharp
Type - C# type representation for type-directed code generation.
- CSharp
Visibility - C# access modifier.