Skip to main content

Indexers, Enumerators, and Iterators

  • Chapter
A Programmer’s Guide to C# 5.0
  • 1476 Accesses

Abstract

It is sometimes useful to be able to treat an object as if it were an array and access it by index. This can be done by writing an indexer for the object. In the same way that a property looks like a field but has accessors to perform get and set operations, an indexer looks like an array but has accessors to perform array-indexing operations.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 16.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 49.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2012 Eric Gunnerson

About this chapter

Cite this chapter

Gunnerson, E. (2012). Indexers, Enumerators, and Iterators. In: A Programmer’s Guide to C# 5.0. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-4594-0_18

Download citation

Publish with us

Policies and ethics