Ruoshi Li
Ruoshi Li
This is expected and here is why. For `AlertBuilder`, the `yesButton` and `noButton` are nothing but simple extension methods on top of `positiveButton` and `negativeButton`: ```kt inline fun AlertBuilder.yesButton(noinline handler:...
Sorry, but I dont understand your question.
`C#/.net` already has a good foundation for this, like [Expression Trees](https://learn.microsoft.com/en-us/dotnet/csharp/advanced-topics/expression-trees/), which can save quite a lot of effort. I am working on a very preliminary `C#` port on top...