CSharpToSwift icon indicating copy to clipboard operation
CSharpToSwift copied to clipboard

Converts your C# projects to Swift

Results 1 CSharpToSwift issues
Sort by recently updated
recently updated
newest added

Allows types in files using file-scoped namespaces to be collected for transpilation. e.g.: MyEnum.cs ``` namespace Test; public enum MyEnum { A, B, C } ```