Is it possible to call an IronRuby method from C# with a delegate as parameter in such a way that yield would work?
yield
The following gives me a wrong n
Got an answer by IronRuby core team member Tomáš Matoušek on the IronRuby-core list that it's not possible. Yet.