# CSharpModel

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/parsers/backend/csharp-source.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/parsers/backend/csharp-source.ts#L38)

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `fields` | `Array<{ name: string; type: string; nullable: boolean; required: boolean }>` |
| `line` | `number` |
| `endLine` | `number` |
| `typeParameters` | `string[]` |
