kotlin-is-like-csharp
kotlin-is-like-csharp copied to clipboard
Change `OrderBy(i => i)` to `Order()` in the Sort section
Change Sort section. Update .OrderBy(i => i); to .Order(); Because it fits listOf(1, 5, 3, 12, 2).sorted() more
Hi and thanks for the update! Could you make the change to related .cs file? (e.g. https://github.com/ttu/kotlin-is-like-csharp/pull/3/files) index.file is generated from individual code files.
If you want to try index-file generation (https://github.com/ttu/kotlin-is-like-csharp#develop), just let me know if you need some help or command doesn't work anymore.