Chapter 5

Lazy Listing with Iterators

WHAT’S IN THIS CHAPTER?

  • The Meaning of Laziness
  • .NET Enumeration Interfaces
  • Iterator Functions
  • Chaining Iterators

Handling data efficiently is an important task of programming languages and frameworks today. .NET has a well-structured system of collection classes, which are based on simple iteration functionality for sequences of data.

Get Functional Programming in C#: Classic Programming Techniques for Modern Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.