# cs2ts-example **Repository Path**: petric/cs2ts-example ## Basic Information - **Project Name**: cs2ts-example - **Description**: git from github.com - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-06 - **Last Updated**: 2025-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Example converting C# classes to TypeScript interfaces This example converts C# classes into TypeScript interfaces with no plugin, extension or third party tools. It uses Reflection and generate the interfaces at startup. Just clone the project and execute `dotnet run` (or run it from Visual Studio).