Can this code generate an Enumerator which can be called normally instead of a "waitable" method (eg: calling `yield ExpressionMethod()`)?
Can this code generate an Enumerator which can be called normally instead of a "waitable" method (eg: calling
yield ExpressionMethod())?