Generator/Exponential: Difference between revisions

Content deleted Content added
Line 665: Line 665:
Note that types have been made static and variables made explicit as an aid to understanding.
Note that types have been made static and variables made explicit as an aid to understanding.


'''Closure Style'''
'''Closure On Function Style'''
<lang csharp>using System;
<lang csharp>using System;
using System.Collections.Generic;
using System.Collections.Generic;
Line 712: Line 712:
}
}
}</lang>
}</lang>
'''List Style'''
'''Coroutine As List Style'''
<lang csharp>using System;
<lang csharp>using System;
using System.Collections.Generic;
using System.Collections.Generic;