tonybaloney / CSnakes

Embed Python in .NET
https://tonybaloney.github.io/CSnakes/
MIT License
343 stars 24 forks source link

Set variance of `IGeneratorIterator<,,>` type parameters #286

Closed atifaziz closed 1 month ago

atifaziz commented 1 month ago

This PR sets the variance of IGeneratorIterator<,,> type parameters, especially for TYield to be aligned with T of IEnumerator<out T>.