---
title: "what is indexers in c#?"  
description: "what is indexers in c#?"  
author: "Anonymous User"  
published: 2011-01-24  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/334/what-is-indexers-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# what is indexers in c#?

Indexers allow instances of a class or struct to be indexed just like arrays. Indexers resemble properties except that their accessors take parameters.

## Answers

### Answer by Anonymous User

Indexers allow instances of a class or struct to be indexed just like arrays. Indexers resemble properties except that their accessors take parameters.


---

Original Source: https://www.mindstick.com/interview/334/what-is-indexers-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
